Commit 8fcbc3b2 by 程裕兵

feat:refund

parent b7d0be7e
...@@ -104,7 +104,7 @@ ...@@ -104,7 +104,7 @@
<if test="query.transStateList != null"> <if test="query.transStateList != null">
and trans_state in and trans_state in
<foreach collection="query.transStateList" separator="," item="item" open="(" close=")"> <foreach collection="query.transStateList" separator="," item="item" open="(" close=")">
item #{item}
</foreach> </foreach>
</if> </if>
<if test="query.orderType != null and query.orderType != ''"> <if test="query.orderType != null and query.orderType != ''">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment