Kaynağa Gözat

Update CesRoomsController.java

shenzhongzheng 2 yıl önce
ebeveyn
işleme
675ee6ed97

+ 1 - 1
jeecg-module-system/jeecg-system-biz/src/main/java/org/jeecg/modules/rooms/controller/CesRoomsController.java

@@ -144,7 +144,7 @@ public class CesRoomsController {
 
     @AutoLog(value = "批量添加房间")
     @ApiOperation(value="批量添加房间", notes="批量添加房间")
-    @DeleteMapping(value = "/saveBatchRoom")
+    @PostMapping(value = "/saveBatchRoom")
     public Result saveBatchRoom(@RequestBody BatchRoomsDto dto){
         if(StringUtils.isBlank(dto.getHotelId())){
             return Result.error(ResultCode.PARAM_MISS,"酒店ID必传!");