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