소스 검색

场景列表平台数据隔离

lyhzzz 9 달 전
부모
커밋
242f8326ff
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      src/main/resources/mapper/manage/JyUserPlatformMapper.xml

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

@@ -8,6 +8,9 @@
             left join jy_platform jp on up.platform_id = jp.id
         </if>
         where up.rec_status = 'A'
+        <if test="param.isJm != null and param.isJM == 1">
+            and up.is_jm =1
+        </if>
         <if test="param.name != null and param.name !=''">
             and up.ry_nick_name like concat ('%',#{param.name},'%')
         </if>