Procházet zdrojové kódy

工作情况明细表 GA38 查询新增机构类型

zhulu před 1 rokem
rodič
revize
0a122bf1e7

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

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