Przeglądaj źródła

报表禁止机构

luowei 1 rok temu
rodzic
commit
373f5dfb73

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

@@ -1161,6 +1161,7 @@ and a.org_path LIKE concat(#{orgPath}, '%')
         FROM
             sys_org
         WHERE
+         is_lock=0 AND
             type = #{type}
           AND deleted = 0
           <if test="path != null">