baizonghao
2023-02-24 bcc6047ef19e2bd7a83c7f6e6abcb2cd1d8107cc
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) {