diff --git a/jsowell-thirdparty/src/main/java/com/jsowell/thirdparty/platform/service/impl/BatteryChargeReportService.java b/jsowell-thirdparty/src/main/java/com/jsowell/thirdparty/platform/service/impl/BatteryChargeReportService.java index 6625bb53b..55fa7bdc4 100644 --- a/jsowell-thirdparty/src/main/java/com/jsowell/thirdparty/platform/service/impl/BatteryChargeReportService.java +++ b/jsowell-thirdparty/src/main/java/com/jsowell/thirdparty/platform/service/impl/BatteryChargeReportService.java @@ -246,7 +246,7 @@ public class BatteryChargeReportService { .totalChargeTime(Math.toIntExact(chargingTime)) .remainChargeTime(Constants.zero) .totalCharge(orderVO.getTotalPower()) - .alarmCode(Constants.ZERO) + .alarmCode(Constants.DOUBLE_ZERO) .bmsVersion("V1.1") .build();