瀏覽代碼

解决点小BUG

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);