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