Commit 56cbcc5b authored by 张森's avatar 张森

巡查记录往前查询以前的数据,雅砻江换流站数据多次重复出现,且返回本日日期后,数据展示的依然存在错误数据

parent 05fee0e5
......@@ -2246,6 +2246,7 @@ public class PlanTaskServiceImpl implements IPlanTaskService {
long minutesBetween = this.getMinutesBetween(realStartTime, realEndTime);
queryMap.put("totalTime", minutesBetween);
queryMap.put("stationType", ObjectUtil.isNotEmpty(stationTypeMap) ? stationTypeMap.getOrDefault(queryMap.get("bizOrgCode").toString(), "常规") : "常规");
queryMap.put("id", queryMap.get("id").toString() + "");
records.add(queryMap);
}
} else {
......
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