|
@@ -5,7 +5,7 @@
|
|
|
<select id="pageList" resultType="com.fdkankan.manage.vo.request.JyUserPlatformVo">
|
|
|
select * from jy_user up
|
|
|
left join jy_platform jp on up.platform_id = jp.id
|
|
|
- where up.rec_status = 'A' and jy.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 !=''">
|
|
|
and up.name like concat ('%',#{param.name},'%')
|
|
|
</if>
|