update 提现逻辑优化

This commit is contained in:
2023-08-08 10:32:30 +08:00
parent 7dd0b1cdfc
commit 304ba6b2e1
5 changed files with 9 additions and 6 deletions

View File

@@ -242,6 +242,9 @@
from clearing_bill_info
where del_flag = '0'
and merchant_id = #{merchantId,jdbcType=VARCHAR}
<if test="billStatus != null and billStatus != ''">
and bill_status = #{billStatus,jdbcType=VARCHAR}
</if>
</select>
<update id="updateStatus">