|
|
@ -71,7 +71,7 @@ |
|
|
|
and ui.USER_NAME like '%${username}%' |
|
|
|
</if> |
|
|
|
<if test="mobile != null and mobile != ''"> |
|
|
|
and ui.MOBILE = #{mobile} |
|
|
|
and ui.MOBILE like '%${mobile}%' |
|
|
|
</if> |
|
|
|
<if test="specialCrowd != null and specialCrowd != ''"> |
|
|
|
and ui.SPECIAL_CROWD = #{specialCrowd} |
|
|
@ -151,7 +151,7 @@ |
|
|
|
and ui.GENDER = #{gender} |
|
|
|
</if> |
|
|
|
<if test="nation != null and nation != ''"> |
|
|
|
and ui.NATION = #{nation} |
|
|
|
and ui.NATION like '%${nation}%' |
|
|
|
</if> |
|
|
|
<if test="formerName != null and formerName != ''"> |
|
|
|
and ui.FORMER_NAME like '%${formerName}%' |
|
|
@ -201,15 +201,14 @@ |
|
|
|
<if test="car != null and car != ''"> |
|
|
|
and ui.CAR like '%${car}%' |
|
|
|
</if> |
|
|
|
|
|
|
|
<if test="carNo != null and carNo != ''"> |
|
|
|
and ui.CAR_NO like '%${carNo}%' |
|
|
|
</if> |
|
|
|
<if test="hushaiStatus != null and hushaiStatus != ''"> |
|
|
|
and ui.HUSHAI_STATUS = #{hushaiStatus} |
|
|
|
and ui.HUSHAI_STATUS like '%${hushaiStatus}%' |
|
|
|
</if> |
|
|
|
<if test="bloodType != null and bloodType != ''"> |
|
|
|
and ui.BLOOD_TYPE = #{bloodType} |
|
|
|
and ui.BLOOD_TYPE like '%${bloodType}%' |
|
|
|
</if> |
|
|
|
|
|
|
|
<if test="accountType != null and accountType != ''"> |
|
|
|