Commit a1ed70ab by 程裕兵

feat:batch save class

parent 79a27bc1
...@@ -156,9 +156,7 @@ ...@@ -156,9 +156,7 @@
from studio_cashier_record from studio_cashier_record
<where> <where>
and trans_type = 'REFUND' and trans_type = 'REFUND'
<if test="query.transStateList == null"> and trans_state in ('REFUNDING', 'REFUND_SUCCESS')
and trans_state in ('REFUNDING', 'REFUND_SUCCESS')
</if>
<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=")">
......
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