| | |
| | | private final WorkOrderService workOrderService; |
| | | private final YwPointService ywPointService; |
| | | private final IContractScoreService contractScoreService; |
| | | private final ICheckScoreService checkScoreService; |
| | | |
| | | @GetMapping("/ywUnitList") |
| | | public AjaxResult ywUnitList() { |
| | |
| | | return AjaxResult.success(ywUnitService.ywUnitCount()); |
| | | } |
| | | |
| | | @GetMapping("/checkScore") |
| | | public AjaxResult checkScore() { |
| | | return AjaxResult.success(checkScoreService.home()); |
| | | } |
| | | |
| | | @GetMapping("/calculate") |
| | | public AjaxResult calculate() { |
| | | return AjaxResult.success(contractScoreService.calculate()); |