Commit 7b563b12 by huluobin

自带款式

parent 3a614891
...@@ -76,8 +76,7 @@ public class ScheduleManageController { ...@@ -76,8 +76,7 @@ public class ScheduleManageController {
@ApiOperation("提交预约") @ApiOperation("提交预约")
@PostMapping("/customer/schedule/submitSchedule") @PostMapping("/customer/schedule/submitSchedule")
public JsonResult<Void> submitSchedule(@RequestHeader String token, public JsonResult<Void> submitSchedule(@RequestBody SubmitScheduleCommand cmd) throws ParseException, ExecutionException, InterruptedException {
@RequestBody SubmitScheduleCommand cmd) throws ParseException, ExecutionException, InterruptedException {
Integer customerId = SessionUtils.getCustomerId(); Integer customerId = SessionUtils.getCustomerId();
CustomerIdLock lock = CustomerIdLock.getInstance(); CustomerIdLock lock = CustomerIdLock.getInstance();
try { try {
......
...@@ -92,5 +92,6 @@ public class ScheduleServeCommand implements Serializable { ...@@ -92,5 +92,6 @@ public class ScheduleServeCommand implements Serializable {
private Integer leisureDiscountConfigId; private Integer leisureDiscountConfigId;
@ApiModelProperty("自带款式Id")
private Integer ownProduceId; private Integer ownProduceId;
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment