diff --git a/jsowell-thirdparty/src/main/java/com/jsowell/thirdparty/service/impl/LianLianServiceImpl.java b/jsowell-thirdparty/src/main/java/com/jsowell/thirdparty/service/impl/LianLianServiceImpl.java index a24840e63..c6f7b30af 100644 --- a/jsowell-thirdparty/src/main/java/com/jsowell/thirdparty/service/impl/LianLianServiceImpl.java +++ b/jsowell-thirdparty/src/main/java/com/jsowell/thirdparty/service/impl/LianLianServiceImpl.java @@ -365,7 +365,7 @@ public class LianLianServiceImpl implements LianLianService { */ public void query_start_charge(QueryStartChargeDTO dto) { // 通过传过来的订单号和枪口号生成订单 - String startChargeSeq = dto.getStartChargeSeq(); + String orderCode = dto.getStartChargeSeq(); String pileConnectorCode = dto.getConnectorID(); @@ -448,7 +448,7 @@ public class LianLianServiceImpl implements LianLianService { .build(); ykcPushCommandService.pushStopChargingCommand(command); vo.setStartChargeSeq(orderCode); - vo.setStartChargeSeqStat(3); // 停止中 + vo.setStartChargeSeqStat(3); // 3-停止中 } return vo; }