fuliqi
2023-11-30 e5bf0d08d05f5c58224fe28cdf743a1bae88e3f0
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) {