This commit is contained in:
Lemon
2025-04-10 15:10:37 +08:00
parent 10d65e6789
commit 002e169b9c

View File

@@ -115,7 +115,7 @@ public class ChargeAlgorithmService {
ChargeAlgorithmData data = ChargeAlgorithmData.builder()
.vin(chargingHandshakeData.getVinCode())
.orderCode(orderCode + "c")
.orderCode(orderCode)
.beginTime(orderVO.getStartTime())
.initSoc(new BigDecimal(orderVO.getStartSoc()).intValue())
.alarmCode(Constants.ZERO)