ruoyi-admin/src/main/java/com/ruoyi/web/controller/project/ServiceFundController.java
@@ -241,7 +241,7 @@ @ApiOperation("新增费用申请主") //@PreAuthorize("@ss.hasPermi('project:fund:add')") @Log(title = "费用申请主", businessType = BusinessType.INSERT) @PostMapping @PostMapping("/add") @RepeatSubmit @Options(useGeneratedKeys = true, keyProperty = "id") public AjaxResult add(@RequestBody ServiceFund serviceFund) {