修改逻辑:启动失败后不退款, 使用支付完成未启动定时任务退款

This commit is contained in:
Guoqs
2025-04-02 16:40:48 +08:00
parent a1d0fbedd0
commit b62e5ca9a0

View File

@@ -96,8 +96,8 @@ public class RemoteStartChargingRequestHandler extends AbstractYkcHandler {
String failedReasonMsg = ChargingFailedReasonEnum.getMsgByCode(Integer.parseInt(failedReason, 16));
if (StringUtils.equals(startResult, Constants.DOUBLE_ZERO)) {
// 启动失败 682204000001000000000041
orderBasicInfoService.chargingPileFailedToStart(transactionCode, failedReasonMsg);
// 启动失败 2025年4月2日16点39分修改逻辑:启动失败后不退款, 使用支付完成未启动定时任务退款
// orderBasicInfoService.chargingPileFailedToStart(transactionCode, failedReasonMsg);
} else {
// 启动成功
orderBasicInfoService.chargingPileStartedSuccessfully(transactionCode);