Explorar el Código

场景列表平台数据隔离

lyhzzz hace 9 meses
padre
commit
5b61f51401
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/main/resources/mapper/manage/JyUserPlatformMapper.xml

+ 1 - 1
src/main/resources/mapper/manage/JyUserPlatformMapper.xml

@@ -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>