@ -68,7 +68,7 @@
AND ag.DEL_FLAG = '0'
WHERE
a.DEL_FLAG = '0'
a.`LEVEL` = 'community'
AND a.`LEVEL` = 'community'
<if test="orgId!= null and orgId.trim() != ''">
AND a.PIDS LIKE CONCAT('%',#{orgId},'%')
</if>