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

Commit 3b5aca9e authored by jiangxiulong's avatar jiangxiulong

refundBatch

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