|
|
|
|
@ -97,10 +97,11 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
|
|
<if test="jhr2 != null and jhr2 != ''"> and jhr2 = #{jhr2}</if>
|
|
|
|
|
<if test="jhgx2 != null and jhgx2 != ''"> and jhgx2 = #{jhgx2}</if>
|
|
|
|
|
<if test="gmcszqfrq != null and gmcszqfrq != ''"> and gmcszqfrq = #{gmcszqfrq}</if>
|
|
|
|
|
<if test="birthday != null and birthday != ''"> and birthday = #{birthday}</if>
|
|
|
|
|
<if test="birthday != null and birthday != ''">
|
|
|
|
|
and birthday like concat('%', #{birthday}, '%') </if>
|
|
|
|
|
<if test="address != null and address != ''"> and address = #{address}</if>
|
|
|
|
|
<if test="yj != null and yj != ''"> and yj = #{yj}</if>
|
|
|
|
|
<if test="nation != null and nation != ''"> and nation = #{nation}</if>
|
|
|
|
|
<if test="nation != null and nation != ''"> and nation like concat('%', #{nation}, '%') </if>
|
|
|
|
|
<if test="zjxy != null and zjxy != ''"> and zjxy = #{zjxy}</if>
|
|
|
|
|
<if test="whcd != null and whcd != ''"> and whcd = #{whcd}</if>
|
|
|
|
|
<if test="hyzk != null and hyzk != ''"> and hyzk = #{hyzk}</if>
|
|
|
|
|
@ -127,7 +128,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
|
|
<if test="sljmsfzqm != null and sljmsfzqm != ''"> and sljmsfzqm = #{sljmsfzqm}</if>
|
|
|
|
|
<if test="qfyj != null and qfyj != ''"> and qfyj = #{qfyj}</if>
|
|
|
|
|
<if test="yxrq != null and yxrq != ''"> and yxrq = #{yxrq}</if>
|
|
|
|
|
<if test="cardId != null and cardId != ''"> and card_id = #{cardId}</if>
|
|
|
|
|
<if test="cardId != null and cardId != ''"> and card_id concat('%', #{cardId}, '%')</if>
|
|
|
|
|
<if test="picIds != null and picIds != ''"> and pic_ids = #{picIds}</if>
|
|
|
|
|
<if test="pictures != null and pictures != ''"> and pictures = #{pictures}</if>
|
|
|
|
|
<if test="allPicIds != null and allPicIds != ''"> and all_pic_ids = #{allPicIds}</if>
|
|
|
|
|
@ -163,15 +164,16 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
|
|
<if test="otherName != null and otherName != ''"> and other_name like concat('%', #{otherName}, '%')</if>
|
|
|
|
|
<if test="usedName != null and usedName != ''"> and used_name like concat('%', #{usedName}, '%')</if>
|
|
|
|
|
<if test="sex != null and sex != ''"> and sex = #{sex}</if>
|
|
|
|
|
<if test="jhr1 != null and jhr1 != ''"> and jhr1 = #{jhr1}</if>
|
|
|
|
|
<if test="jhr1 != null and jhr1 != ''"> and jhr1 like concat('%', #{jhr1}, '%') </if>
|
|
|
|
|
<if test="jhgx1 != null and jhgx1 != ''"> and jhgx1 = #{jhgx1}</if>
|
|
|
|
|
<if test="jhr2 != null and jhr2 != ''"> and jhr2 = #{jhr2}</if>
|
|
|
|
|
<if test="jhr2 != null and jhr2 != ''"> and jhr2 like concat('%', #{jhr2}, '%') </if>
|
|
|
|
|
<if test="jhgx2 != null and jhgx2 != ''"> and jhgx2 = #{jhgx2}</if>
|
|
|
|
|
<if test="gmcszqfrq != null and gmcszqfrq != ''"> and gmcszqfrq = #{gmcszqfrq}</if>
|
|
|
|
|
<if test="birthday != null and birthday != ''"> and birthday = #{birthday}</if>
|
|
|
|
|
<if test="birthday != null and birthday != ''">
|
|
|
|
|
and birthday like concat('%', #{birthday}, '%') </if>
|
|
|
|
|
<if test="address != null and address != ''"> and address = #{address}</if>
|
|
|
|
|
<if test="yj != null and yj != ''"> and yj = #{yj}</if>
|
|
|
|
|
<if test="nation != null and nation != ''"> and nation = #{nation}</if>
|
|
|
|
|
<if test="nation != null and nation != ''"> and nation like concat('%', #{nation}, '%') </if>
|
|
|
|
|
<if test="zjxy != null and zjxy != ''"> and zjxy = #{zjxy}</if>
|
|
|
|
|
<if test="whcd != null and whcd != ''"> and whcd = #{whcd}</if>
|
|
|
|
|
<if test="hyzk != null and hyzk != ''"> and hyzk = #{hyzk}</if>
|
|
|
|
|
@ -198,7 +200,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
|
|
<if test="sljmsfzqm != null and sljmsfzqm != ''"> and sljmsfzqm = #{sljmsfzqm}</if>
|
|
|
|
|
<if test="qfyj != null and qfyj != ''"> and qfyj = #{qfyj}</if>
|
|
|
|
|
<if test="yxrq != null and yxrq != ''"> and yxrq = #{yxrq}</if>
|
|
|
|
|
<if test="cardId != null and cardId != ''"> and card_id = #{cardId}</if>
|
|
|
|
|
<if test="cardId != null and cardId != ''"> and card_id concat('%', #{cardId}, '%')</if>
|
|
|
|
|
<if test="picIds != null and picIds != ''"> and pic_ids = #{picIds}</if>
|
|
|
|
|
<if test="pictures != null and pictures != ''"> and pictures = #{pictures}</if>
|
|
|
|
|
<if test="allPicIds != null and allPicIds != ''"> and all_pic_ids = #{allPicIds}</if>
|
|
|
|
|
|