|
|
@ -148,9 +148,6 @@ |
|
|
|
<if test="endTime != null and endTime != ''"> |
|
|
|
AND CREATED_TIME <= #{endTime} |
|
|
|
</if> |
|
|
|
<if test='orgId != null and orgId != "" '> |
|
|
|
AND CONCAT(PIDS,':',AGENCY_ID) LIKE CONCAT('%',#{orgId},'%') |
|
|
|
</if> |
|
|
|
order by CREATED_TIME desc |
|
|
|
</select> |
|
|
|
|
|
|
|