init
This commit is contained in:
@@ -40,7 +40,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|||||||
and t2.birthday <= #{query.birthdayEnd}
|
and t2.birthday <= #{query.birthdayEnd}
|
||||||
]]>
|
]]>
|
||||||
</if>
|
</if>
|
||||||
<if test="query.residenceCode != null and query.residenceCode != ''">
|
<if test="query.residenceCode != null">
|
||||||
and t1.residence_code like concat(#{query.residenceCode},'%')
|
and t1.residence_code like concat(#{query.residenceCode},'%')
|
||||||
</if>
|
</if>
|
||||||
group by t1.id
|
group by t1.id
|
||||||
|
|||||||
Reference in New Issue
Block a user