mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-05-08 03:50:13 +08:00
update
This commit is contained in:
@@ -756,12 +756,12 @@ public class OrderService {
|
|||||||
.build()
|
.build()
|
||||||
);
|
);
|
||||||
// 余额支付
|
// 余额支付
|
||||||
result.add(
|
// result.add(
|
||||||
PayModeVO.builder()
|
// PayModeVO.builder()
|
||||||
.payModeCode(OrderPayModeEnum.PAYMENT_OF_BALANCE.getValue())
|
// .payModeCode(OrderPayModeEnum.PAYMENT_OF_BALANCE.getValue())
|
||||||
.payModeName(OrderPayModeEnum.PAYMENT_OF_BALANCE.getLabel())
|
// .payModeName(OrderPayModeEnum.PAYMENT_OF_BALANCE.getLabel())
|
||||||
.build()
|
// .build()
|
||||||
);
|
// );
|
||||||
}
|
}
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -2986,6 +2986,7 @@ public class OrderBasicInfoServiceImpl implements IOrderBasicInfoService {
|
|||||||
applyRefundDTO.setRefundType(Constants.ONE);
|
applyRefundDTO.setRefundType(Constants.ONE);
|
||||||
applyRefundDTO.setRefundAmount(refundAmount);
|
applyRefundDTO.setRefundAmount(refundAmount);
|
||||||
applyRefundDTO.setWechatAppId(wechatAppId);
|
applyRefundDTO.setWechatAppId(wechatAppId);
|
||||||
|
applyRefundDTO.setMemberId(memberId);
|
||||||
refundOrderWithAdapay(applyRefundDTO);
|
refundOrderWithAdapay(applyRefundDTO);
|
||||||
// logger.info("重试订单退款response:{}", JSON.toJSONString(response));
|
// logger.info("重试订单退款response:{}", JSON.toJSONString(response));
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user