update 返回参数stationId --> stationIds

This commit is contained in:
Lemon
2026-01-13 14:17:39 +08:00
parent cf1e1edb0b
commit 021e22c08a
2 changed files with 8 additions and 1 deletions

View File

@@ -1044,7 +1044,8 @@ public class PileStationInfoServiceImpl implements PileStationInfoService {
int faultConnectorNum = (int) connectorStatusNum.get("faultNum");
StationStatisticsInfosVO vo = StationStatisticsInfosVO.builder()
.stationId(stationIds.get(0))
// .stationId(stationIds.get(0))
.stationIds(stationIds)
.chargeDegree(chargeDegree)
.chargeAmount(chargeAmount)
.orderQuantity(orderQuantity)