ruoyi-admin/src/main/java/com/ruoyi/web/controller/project/ServiceFundController.java
@@ -2003,4 +2003,17 @@ } /** * 绩效计算 */ @ApiOperation("绩效计算") @Log(title = "绩效计算", businessType = BusinessType.INSERT) @PostMapping("/performance") @RepeatSubmit public AjaxResult performance(@RequestBody ServiceFundVO serviceFundVO) { return AjaxResult.success(serviceFundService.performance(serviceFundVO)); } }