fuliqi
2023-11-30 48c336687914f3aa183fc1b2e047cfbde581748d
ycl-platform/src/main/java/com/ycl/controller/epuipment/OrgGridController.java
@@ -53,7 +53,7 @@
        return CommonResult.success(iOrgGridService.removeById(id));
    }
    @GetMapping("/update")
    @PutMapping("/update")
    @ApiOperation(value = "修改")
    @LogSave(operationType = "网格管理", contain = "修改")
    public CommonResult modify(@RequestBody OrgGrid orgGrid) {