Commit 37b4ac10 authored by hanbing's avatar hanbing

[update] 态势监测实时推送增加空间占有率、时间占有率

parent 288b7d9d
......@@ -1225,9 +1225,9 @@ public class TrendServiceImpl implements TrendService {
TableQueryVO tableQueryVO = new TableQueryVO();
// 查询秒级数据
// List<CrossLaneSnapshotDataDTO> dtoList =
// laneSnapshotDataQueryService.queryByCrossIdAndTimeSpan(crossId, realTimeStartTimeStamp, endTimeStamp);
// tableQueryVO.setRealTimeData(buildRealTimeList(dtoList));
List<CrossLaneSnapshotDataDTO> dtoList =
laneSnapshotDataQueryService.queryByCrossIdAndTimeSpan(crossId, realTimeStartTimeStamp, endTimeStamp);
tableQueryVO.setRealTimeData(buildRealTimeList(dtoList));
// 查询周期数据
List<CrossLaneDataHistPOExt> poExtList = crossLaneDataHistMapper
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment