@@ -5,12 +5,6 @@
<select id="pageList" resultType="com.fdkankan.manage.vo.request.JyUserPlatformVo">
select up.id,up.ry_id,up.ry_no,up.id_card,up.ry_nick_name as name ,up.phone,up.platform_id,up.status,up.create_time from jy_user up
where up.rec_status = 'A'
- <if test="param.isJm != null and param.isJM == 1">
- and up.is_jm =1
- </if>
- <if test="param.isJm != null and param.isJM == 0">
- and up.is_jm =0
<if test="param.name != null and param.name !=''">
and up.ry_nick_name like concat ('%',#{param.name},'%')
</if>