wukai преди 3 месеца
родител
ревизия
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<>();
         statistics.put("totalDevices", resultList.size());
         statistics.put("trendCounts", trendCounts);
-        resultList.get(0).setAdditionalInfo(statistics);
 
         resultList.sort(Comparator.comparing(StopVO::getDeviceId));
         return success(resultList).put("statistics", statistics);