wukai 3 месяцев назад
Родитель
Сommit
2271a65152
1 измененных файлов с 0 добавлено и 1 удалено
  1. 0 1
      jjt-biz/src/main/java/com/jjt/calc/controller/TwinCalcStopController.java

+ 0 - 1
jjt-biz/src/main/java/com/jjt/calc/controller/TwinCalcStopController.java

@@ -91,7 +91,6 @@ public class TwinCalcStopController extends BaseController {
         Map<String, Object> statistics = new HashMap<>();
         Map<String, Object> statistics = new HashMap<>();
         statistics.put("totalDevices", resultList.size());
         statistics.put("totalDevices", resultList.size());
         statistics.put("trendCounts", trendCounts);
         statistics.put("trendCounts", trendCounts);
-        resultList.get(0).setAdditionalInfo(statistics);
 
 
         resultList.sort(Comparator.comparing(StopVO::getDeviceId));
         resultList.sort(Comparator.comparing(StopVO::getDeviceId));
         return success(resultList).put("statistics", statistics);
         return success(resultList).put("statistics", statistics);