mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 02:55:04 +08:00
update 启动预约订单
This commit is contained in:
@@ -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();
|
||||
|
||||
// 订单详情
|
||||
|
||||
Reference in New Issue
Block a user