订单支付记录 给默认值

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

@@ -296,6 +296,7 @@ public class SpringBootTestController {
.acquirer(AcquirerEnum.ADAPAY.getValue())
.deductionRecord(json.toJSONString())
.createBy(null)
.delFlag(DelFlagEnum.NORMAL.getValue())
.build();
orderPayRecordService.batchInsert(Lists.newArrayList(orderPayRecord));