Sfoglia il codice sorgente

场景列表平台数据隔离

lyhzzz 9 mesi fa
parent
commit
5b61f51401

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