This commit is contained in:
2023-09-26 15:41:05 +08:00
parent c41d8e00d0
commit 530e1d11d7
7 changed files with 132 additions and 221 deletions

View File

@@ -1021,7 +1021,7 @@ public class OrderService {
.payMode(OrderPayRecordEnum.WECHATPAY_PAYMENT.getValue())
.payAmount(amount)
.acquirer(AcquirerEnum.ADAPAY.getValue())
.deductionRecord(JSON.toJSONString(Lists.newArrayList(paymentInfo)))
.deductionRecord(JSON.toJSONString(paymentInfo))
.createBy(null)
.delFlag(DelFlagEnum.NORMAL.getValue())
.build();