2
0

fix: kyc issue

This commit is contained in:
zhangsz
2025-01-22 21:50:22 +08:00
parent a75d638d30
commit 40bbe179ac
2 changed files with 2 additions and 5 deletions

View File

@@ -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>