This commit is contained in:
Lemon
2026-01-09 15:48:38 +08:00
parent 889cd8d02e
commit f0b5dec5c1

View File

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