This commit is contained in:
2023-08-31 15:16:45 +08:00
parent 8034a73b63
commit f8e2ee3c65
2 changed files with 7 additions and 6 deletions

View File

@@ -2986,6 +2986,7 @@ public class OrderBasicInfoServiceImpl implements IOrderBasicInfoService {
applyRefundDTO.setRefundType(Constants.ONE);
applyRefundDTO.setRefundAmount(refundAmount);
applyRefundDTO.setWechatAppId(wechatAppId);
applyRefundDTO.setMemberId(memberId);
refundOrderWithAdapay(applyRefundDTO);
// logger.info("重试订单退款response:{}", JSON.toJSONString(response));
} else {