fix: kyc issue
This commit is contained in:
@@ -22,9 +22,6 @@
|
||||
WHERE
|
||||
u.del_flag = 0
|
||||
AND k.del_flag = 0
|
||||
<if test="item.userName != null and item.userName != ''">
|
||||
AND u.user_name = #{item.userName}
|
||||
</if>
|
||||
<if test="item.status != null and item.status != ''">
|
||||
AND k.`status` = #{item.status}
|
||||
</if>
|
||||
|
||||
Reference in New Issue
Block a user