|
|
@ -890,10 +890,10 @@ |
|
|
|
where DEL_FLAG = 0 |
|
|
|
and PIDS like concat(#{pids},'%') |
|
|
|
<if test="timeStart != null"> |
|
|
|
and agency.UPDATED_TIME >= #{timeStart} |
|
|
|
and UPDATED_TIME >= #{timeStart} |
|
|
|
</if> |
|
|
|
<if test="timeEnd != null"> |
|
|
|
and agency.UPDATED_TIME <= #{timeEnd} |
|
|
|
and UPDATED_TIME <= #{timeEnd} |
|
|
|
</if> |
|
|
|
group by level |
|
|
|
|
|
|
|