Ver Fonte

工程现场 接口修改

zhanghao há 1 mês atrás
pai
commit
9af3dc91c7

+ 1 - 1
project-zcustom/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
         WHERE
             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
             c.id
     </select>