| | |
| | | private IServiceSystemmessageService ServiceSystemmessage; |
| | | |
| | | @Autowired |
| | | private IServiceFundSharedService fundServiceShare; |
| | | private IBaseOnlyvalueService baseOnlyvalueService; |
| | | |
| | | @Autowired |
| | | private IServiceExternalpersonService externalpersonService; |
| | |
| | | count++; |
| | | map.put("XH", count); |
| | | map.put("FWNR", f.getItemname() == null ? "" : f.getItemname()); |
| | | map.put("DW", f.getUnitname() == null ? "" : f.getUnitname()); |
| | | map.put("DW", f.getBeneficiaryname() == null ? "" : f.getBeneficiaryname()); |
| | | map.put("SL", f.getQuantity() == 0.00 ? "" : f.getQuantity()); |
| | | map.put("JG", f.getPrice() == 0.00 ? "" : f.getPrice()); |
| | | |
| | |
| | | |
| | | } |
| | | |
| | | |
| | | /** |
| | | * 绩效计算 |
| | | */ |
| | | @ApiOperation("绩效计算") |
| | | @Log(title = "绩效计算", businessType = BusinessType.INSERT) |
| | | @PostMapping("/performance") |
| | | @RepeatSubmit |
| | | public AjaxResult performance(@RequestBody ServiceFundVO serviceFundVO) { |
| | | |
| | | return AjaxResult.success(serviceFundService.performance(serviceFundVO)); |
| | | } |
| | | |
| | | } |