订单支付记录 给默认值

This commit is contained in:
2023-08-31 10:30:05 +08:00
parent cea0fb2821
commit 2138eeaad0
5 changed files with 8 additions and 1 deletions

View File

@@ -756,7 +756,6 @@ public class OrderBasicInfoServiceImpl implements IOrderBasicInfoService {
delay商户, 如果存在退款金额, 支付的钱部分解冻(也就是只解冻需要退款的部分), 剩下的钱继续冻结等待第二天凌晨分账
*/
// 执行退款逻辑
delayMerchantOrderRefundLogic(orderBasicInfo, adapayMemberAccount, merchantInfo.getAppId());
} else {
/*
@@ -3168,6 +3167,7 @@ public class OrderBasicInfoServiceImpl implements IOrderBasicInfoService {
.acquirer(AcquirerEnum.LOCAL.getValue())
.deductionRecord(json.toJSONString())
.createBy(dto.getMemberId())
.delFlag(DelFlagEnum.NORMAL.getValue())
.build());
}
// 订单支付流水入库