zhanghua
2023-12-12 bc2da7908a227c09e5cc7b6d8dab3e9c94b784a1
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) {