From c3a82523c4e9b482dd54f96cf3c1c5c405df50d3 Mon Sep 17 00:00:00 2001 From: Lemon Date: Fri, 9 Jan 2026 15:43:24 +0800 Subject: [PATCH 1/2] bugfix --- .../platform/service/impl/BatteryChargeReportService.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); From f0b5dec5c1d6685b393eac62c8bd2138a6815765 Mon Sep 17 00:00:00 2001 From: Lemon Date: Fri, 9 Jan 2026 15:48:38 +0800 Subject: [PATCH 2/2] bugfix --- .../platform/service/impl/BatteryChargeReportService.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 55fa7bdc4..b9d0e6715 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 @@ -438,7 +438,7 @@ public class BatteryChargeReportService { chargeData.setMaxSingleVoltageGroupNum(Integer.parseInt(realTimeData_0x25.getBmsMaxVoltageNum())); chargeData.setMaxTempPointNum(Integer.parseInt(realTimeData_0x25.getMaxTemperatureDetectionNum())); chargeData.setMinTempPointNum(Integer.parseInt(realTimeData_0x25.getMinTemperatureDetectionNum())); - chargeData.setBatteryInsulation(realTimeData_0x25.getBmsBatteryInsulationStatus()); + chargeData.setBatteryInsulation(Constants.DOUBLE_ZERO); // detailInfo.setVentTemp(); // detailInfo.setEnvironmentTemp();