This commit is contained in:
Lemon
2026-01-09 15:43:24 +08:00
parent 17bba3a089
commit c3a82523c4

View File

@@ -246,7 +246,7 @@ public class BatteryChargeReportService {
.totalChargeTime(Math.toIntExact(chargingTime)) .totalChargeTime(Math.toIntExact(chargingTime))
.remainChargeTime(Constants.zero) .remainChargeTime(Constants.zero)
.totalCharge(orderVO.getTotalPower()) .totalCharge(orderVO.getTotalPower())
.alarmCode(Constants.ZERO) .alarmCode(Constants.DOUBLE_ZERO)
.bmsVersion("V1.1") .bmsVersion("V1.1")
.build(); .build();