Commit 7b563b12 by huluobin

自带款式

parent 3a614891
......@@ -76,8 +76,7 @@ public class ScheduleManageController {
@ApiOperation("提交预约")
@PostMapping("/customer/schedule/submitSchedule")
public JsonResult<Void> submitSchedule(@RequestHeader String token,
@RequestBody SubmitScheduleCommand cmd) throws ParseException, ExecutionException, InterruptedException {
public JsonResult<Void> submitSchedule(@RequestBody SubmitScheduleCommand cmd) throws ParseException, ExecutionException, InterruptedException {
Integer customerId = SessionUtils.getCustomerId();
CustomerIdLock lock = CustomerIdLock.getInstance();
try {
......
......@@ -92,5 +92,6 @@ public class ScheduleServeCommand implements Serializable {
private Integer leisureDiscountConfigId;
@ApiModelProperty("自带款式Id")
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