lyhzzz 9 months ago
parent
commit
3f9aeb0cd5
1 changed files with 0 additions and 6 deletions
  1. 0 6
      src/main/resources/mapper/manage/JyUserPlatformMapper.xml

+ 0 - 6
src/main/resources/mapper/manage/JyUserPlatformMapper.xml

@@ -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>
         <if test="param.name != null and param.name !=''">
             and up.ry_nick_name like concat ('%',#{param.name},'%')
         </if>