Browse Source

解决点小BUG

wukai 3 months ago
parent
commit
2271a65152

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