소스 검색

工程現場 接口修改

zhanghao 2 달 전
부모
커밋
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>