ruoyi-admin/src/main/java/com/ruoyi/web/controller/project/ServiceExpertexpenseController.java
@@ -90,7 +90,7 @@ */ @ApiOperation("修改费用申请主") @Log(title = "费用申请主", businessType = BusinessType.UPDATE) @PutMapping @PostMapping("/edit") @RepeatSubmit public AjaxResult edit(@RequestBody ServiceExpertexpense serviceExpertexpense) { @@ -102,7 +102,7 @@ */ @ApiOperation("删除费用申请主") @Log(title = "费用申请主", businessType = BusinessType.DELETE) @DeleteMapping("/{ids}") @GetMapping("/remove/{ids}") public AjaxResult remove(@PathVariable Long[] ids) { return toAjax(serviceExpertexpenseService.removeByIds(Arrays.asList(ids)));