fix: 睡眠账户,bug修复。

(cherry picked from commit 79badebce0)
This commit is contained in:
tianyongbao
2025-12-29 07:42:50 +08:00
parent 628c7a3e50
commit f0881192f7

View File

@@ -883,7 +883,7 @@
<where>
a.del_flag='0'
and ( a.type ='1')
and( a.status != '2' and a.status != '0')
and( a.status != '2' and a.status != '5')
<if test="name != null and name != ''">and a.name like '%'|| #{name}||'%'</if>
<if test="accountId != null and accountId != ''"> and a.account_id = #{accountId}</if>
<if test="repayFlag != null and repayFlag != ''"> and bcl.debit_type in('1','2') </if>