@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user