瀏覽代碼

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

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