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