|
|
@ -44,7 +44,7 @@ |
|
|
|
left join meta_sys_dept district |
|
|
|
on district.ID = street.PID and district.DEL_FLAG = '0' |
|
|
|
left join epdc_points_grid_statistics pl on grid.ID = pl.GRID_ID |
|
|
|
where pl.DEL_FLAG = '0' and pl.GRID_ID is not null and pl.GRID_ID != '' |
|
|
|
where pl.GRID_ID is not null and pl.GRID_ID != '' |
|
|
|
<if test="startTime != null and startTime != ''"> |
|
|
|
and DATE_FORMAT( pl.STATISTICS_TIME, '%Y-%m-%d' ) >=#{startTime} |
|
|
|
</if> |
|
|
|