mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-21 03:25:12 +08:00
update 提现逻辑优化
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user