ruoyi-admin/src/main/java/com/ruoyi/web/controller/project/BaseItemexpenseController.java
@@ -90,7 +90,7 @@ */ @ApiOperation("修改收入费用科目") @Log(title = "收入费用科目", businessType = BusinessType.UPDATE) @PutMapping @PostMapping("/edit") @RepeatSubmit public AjaxResult edit(@RequestBody BaseItemexpense baseItemexpense) { @@ -102,7 +102,7 @@ */ @ApiOperation("删除收入费用科目") @Log(title = "收入费用科目", businessType = BusinessType.DELETE) @DeleteMapping("/{ids}") @GetMapping("/remove/{ids}") public AjaxResult remove(@PathVariable Long[] ids) { return toAjax(baseItemexpenseService.removeByIds(Arrays.asList(ids)));