Kaynağa Gözat

场景列表平台数据隔离

lyhzzz 9 ay önce
ebeveyn
işleme
242f8326ff

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