|
@@ -108,7 +108,7 @@ public class VoyageStockDistributeController {
|
|
|
return success(list);
|
|
|
}
|
|
|
|
|
|
- @GetMapping("/getCanSelectRoomList")
|
|
|
+ @PostMapping("/getCanSelectRoomList")
|
|
|
@Operation(summary = "获得可以选择的房间号")
|
|
|
public CommonResult<List<RoomRespDTO>> getCanSelectRoomList(@RequestBody QueryCanSelectRoomListReqVO reqVO) {
|
|
|
List<RoomRespDTO> list = voyageStockDistributeService.getCanSelectRoomList(reqVO);
|