update 电单车

This commit is contained in:
Guoqs
2024-09-24 08:33:43 +08:00
parent a7e7b0b727
commit e5f38d42a4

View File

@@ -1078,7 +1078,7 @@ public class OrderBasicInfoServiceImpl implements OrderBasicInfoService {
// 查到该笔订单付款金额到哪里了
MemberTransactionRecord transactionRecord = memberTransactionRecordService.selectByOrderCode(orderCode, ActionTypeEnum.FORWARD.getValue());
logger.info("查到该笔订单付款金额到哪里了:{}", JSON.toJSONString(transactionRecord));
logger.info("查到该笔订单:{}, 付款金额到哪里了:{}", orderCode, JSON.toJSONString(transactionRecord));
if (StringUtils.equals(transactionRecord.getPaymentInstitutions(), PaymentInstitutionsEnum.WECHAT_PAY.getValue())) {
// this.weChatRefund(applyRefundDTO);
} else if (StringUtils.equals(transactionRecord.getPaymentInstitutions(), PaymentInstitutionsEnum.ADAPAY.getValue())) {