feat信贷客户家庭关系 身份证模糊搜索

This commit is contained in:
wkc
2026-02-12 09:45:16 +08:00
parent a46ffdb7db
commit 112463fcd3
2 changed files with 2 additions and 2 deletions

View File

@@ -45,7 +45,7 @@
FROM ccdi_cust_fmy_relation r
WHERE r.is_cust_family = 1
<if test="query.personId != null and query.personId != ''">
AND r.person_id = #{query.personId}
AND r.person_id LIKE CONCAT('%', #{query.personId}, '%')
</if>
<if test="query.relationType != null and query.relationType != ''">
AND r.relation_type = #{query.relationType}