|
|
@@ -171,7 +171,8 @@ public class ChargeOrderInfoServiceImpl extends ServiceImpl<ChargeOrderInfoMappe
|
|
|
|
|
|
|
|
|
//请求设备认证
|
|
|
- EquipmentAuthResponseVO equipmentAuthResponseVO = chargingBusinessService.queryEquipAuth(formData.getEquipAuthSeq(), formData.getConnectorID());
|
|
|
+ EquipmentAuthResponseVO equipmentAuthResponseVO = chargingBusinessService.queryEquipAuth(formData.getEquipAuthSeq(),
|
|
|
+ formData.getConnectorId());
|
|
|
|
|
|
if (!Objects.equals(equipmentAuthResponseVO.getSuccStat(), SystemConstants.STATUS_ONE)) {
|
|
|
throw new BusinessException("设备认证失败");
|
|
|
@@ -220,7 +221,7 @@ public class ChargeOrderInfoServiceImpl extends ServiceImpl<ChargeOrderInfoMappe
|
|
|
StartChargingRequestDTO requestDTO = new StartChargingRequestDTO();
|
|
|
requestDTO
|
|
|
.setStartChargeSeq(startChargeSeq)
|
|
|
- .setConnectorID(formData.getConnectorID())
|
|
|
+ .setConnectorID(formData.getConnectorId())
|
|
|
.setPhoneNum(userInfo.getPhone())
|
|
|
//预支付金额
|
|
|
//.setChargingAmt()
|