소스 검색

修改安全保卫工作情况导出业务库数据显示

xujie 1 년 전
부모
커밋
f40f67063e
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      soc-modules/soc-modules-system/src/main/resources/mapper/system/SysOrgMapper.xml

+ 1 - 0
soc-modules/soc-modules-system/src/main/resources/mapper/system/SysOrgMapper.xml

@@ -905,6 +905,7 @@ and
                   b.is_lock = 0
                   and b.path LIKE concat(#{orgPath}, '%')
                   and b.deleted = 0
+                  AND (b.type = 4 OR b.type = 5 OR b.type = 6)
             ) a
     </select>
     <select id="getCollectLibrary" resultType="java.lang.Integer">