baizonghao
2023-03-14 bd8147d7890bf60d88e4007c1af726ba5f364cf5
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) {