| | |
| | | @ResponseBody |
| | | public List<Game> changelist(BallQueryDto ballQueryDto) { |
| | | System.out.println("=======ballQueryDto=========="+ballQueryDto); |
| | | |
| | | return ballClient.list(ballQueryDto); |
| | | } |
| | | |
| | |
| | | |
| | | |
| | | List<OrderDto> timeRanges = new ArrayList<>(); |
| | | |
| | | |
| | | Site site = siteClient.listById(book.getSiteId()); |
| | | System.out.println("================"+site); |
| | | String appointmentStartTime = site.getAppointmentStartTime(); |
| | |
| | | if (strings1.contains(timeRange)){ |
| | | orderDto.setState(1); |
| | | } |
| | | |
| | | |
| | | |
| | | |
| | | timeRanges.add(orderDto); |
| | | currentTime = nextTime; |
| | |
| | | |
| | | @RequestMapping("/addjs") |
| | | @ResponseBody |
| | | public void addjs( @RequestBody JsDto jsDto) { |
| | | public ResultUtil addjs( @RequestBody JsDto jsDto) { |
| | | System.out.println("=======jsDto========"+jsDto); |
| | | storeService.insert(jsDto); |
| | | return new ResultUtil(0,0,"保存成功",null,null); |
| | | |
| | | } |
| | | |