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