浏览代码

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

zhulu 1 年之前
父节点
当前提交
0a122bf1e7
共有 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

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