Commit 2ac30c82 authored by hanbing's avatar hanbing

[update] 信号优化,态势监测-绿波路口数据时间范围修改

parent 5c38a50a
......@@ -788,7 +788,7 @@ public class TrendServiceImpl implements TrendService {
}
int currentSeconds = (int) (timeStamp / 1000);
int preSeconds = (int) ((currentSeconds - 60 * 5) / 1000);
int preSeconds = (int) (currentSeconds - 60 * 5);
List<CrossDirDataHistPO> crossDirDataHistPOList =
crossDirDataHistMapper.selectByCrossIdAndStartEnd(crossId, preSeconds, currentSeconds);
......
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