Commit b732dcd6 by yao.xiao

补充提交-保留批次

parent 3860663e
...@@ -549,7 +549,7 @@ ...@@ -549,7 +549,7 @@
#{item} #{item}
</foreach> </foreach>
and w.is_paid != 1 and w.is_paid != 1
and f.payout_batch_id = #{payoutBatchId,jdbcType=BIGINT} and (f.payout_batch_id = #{payoutBatchId,jdbcType=BIGINT} or w.withdraw_amount = 0)
group by w.customer_id group by w.customer_id
</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