|
@@ -79,7 +79,7 @@ public class BusMeetingRoomScheduleController {
|
|
|
|
|
|
|
|
|
|
|
|
|
@ApiOperation(value="获取", notes="获取")
|
|
@ApiOperation(value="获取", notes="获取")
|
|
|
- @PostMapping(value = "/fetch")
|
|
|
|
|
|
|
+ @GetMapping(value = "/fetch")
|
|
|
public Result fetch(String startDate,String endDate,String hotelId){
|
|
public Result fetch(String startDate,String endDate,String hotelId){
|
|
|
if(StringUtils.isBlank(startDate)){
|
|
if(StringUtils.isBlank(startDate)){
|
|
|
return Result.error(ResultCode.PARAM_MISS);
|
|
return Result.error(ResultCode.PARAM_MISS);
|