update 启动预约订单

This commit is contained in:
2023-03-25 16:53:08 +08:00
parent b5d060e147
commit 4cec4367a7
4 changed files with 16 additions and 8 deletions

View File

@@ -334,6 +334,8 @@ public class OrderService {
.payAmount(dto.getChargeAmount())
.payMode(dto.getPayMode())
.orderAmount(BigDecimal.ZERO)
.startType("appointment") // 测试代码用完删除
.appointmentTime(DateUtils.addMinute(new Date(), 5))
.build();
// 订单详情