ruoyi-admin/src/main/java/com/ruoyi/web/controller/project/ServiceReimbursementController.java
@@ -663,6 +663,23 @@ } /** * 修改报销申请 */ @ApiOperation("修改报销申请") //@PreAuthorize("@ss.hasPermi('project:reimbursement:edit')") @Log(title = "审核费用", businessType = BusinessType.OTHER) @PostMapping("/editMoney") public AjaxResult editMoney(@RequestBody List<ReimbursementService> serviceReimbursement) { boolean b= serviceReimbursementService.updateById(null); if(b) { addReiSharedDatd(null,2); } return toAjax(b); } /** * 删除报销申请 */ @ApiOperation("删除报销申请")