记得上下班打卡 | git大法好,push需谨慎

Commit 3b5aca9e authored by jiangxiulong's avatar jiangxiulong

refundBatch

parent b3164b40
...@@ -4,16 +4,13 @@ ...@@ -4,16 +4,13 @@
<select id="getRefundList" resultType="com.liquidnet.service.kylin.entity.KylinOrderRefunds"> <select id="getRefundList" resultType="com.liquidnet.service.kylin.entity.KylinOrderRefunds">
SELECT refunds_id SELECT refunds_id
FROM kylin_refunds FROM kylin_order_refunds
<where> <where>
r.performance_id=#{targetId} -- r.performance_id=#{targetId}
AND type=#{whereType} AND type=#{whereType}
AND batch_id=#{refundBatchId} AND batch_id=#{refundBatchId}
AND o.mid>#{mid} AND o.mid>#{mid}
AND status IN AND status IN #{whereStatus}
<foreach collection="whereStatus" item="status" index="index" open="(" close=")" separator=",">
#{status}
</foreach>
</where> </where>
LIMIT #{limitNum} LIMIT #{limitNum}
</select> </select>
......
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