|
@@ -7,7 +7,7 @@
|
|
left join jy_platform jp on up.platform_id = jp.id
|
|
left join jy_platform jp on up.platform_id = jp.id
|
|
where up.rec_status = 'A' and jp.rec_status = 'A' and jp.status !=0 and up.id_card != jp.id_card
|
|
where up.rec_status = 'A' and jp.rec_status = 'A' and jp.status !=0 and up.id_card != jp.id_card
|
|
<if test="param.name != null and param.name !=''">
|
|
<if test="param.name != null and param.name !=''">
|
|
- and up.name like concat ('%',#{param.name},'%')
|
|
|
|
|
|
+ and up.nick_name like concat ('%',#{param.name},'%')
|
|
</if>
|
|
</if>
|
|
<if test="param.phone != null and param.phone !=''">
|
|
<if test="param.phone != null and param.phone !=''">
|
|
and up.phone like concat ('%',#{param.phone},'%')
|
|
and up.phone like concat ('%',#{param.phone},'%')
|