This commit is contained in:
张良(004796)
2024-04-18 19:06:13 +08:00
parent 43eaa1f1be
commit f8b341850a

View File

@@ -40,7 +40,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
and t2.birthday <= #{query.birthdayEnd}
]]>
</if>
<if test="query.residenceCode != null and query.residenceCode != ''">
<if test="query.residenceCode != null">
and t1.residence_code like concat(#{query.residenceCode},'%')
</if>
group by t1.id