zhanghao пре 1 месец
родитељ
комит
47bf0de4eb
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/main/resources/mapper/zcustom/basics/PlatAppOrgMapper.xml

+ 1 - 1
src/main/resources/mapper/zcustom/basics/PlatAppOrgMapper.xml

@@ -41,7 +41,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
                 LEFT JOIN large_plat_app_org c ON t.app_org = c.app_org
                 LEFT JOIN large_plat_app_org c ON t.app_org = c.app_org
         WHERE
         WHERE
             c.del_flag = 0
             c.del_flag = 0
-        <if test="appOrg != '10001'">AND ( c.app_parent_org = #{appOrg} OR c.app_org = #{appOrg} )</if>
+        <if test="appOrg != '0000'">AND ( c.app_parent_org = #{appOrg} OR c.app_org = #{appOrg} )</if>
         GROUP BY
         GROUP BY
             c.id
             c.id
     </select>
     </select>