|
@@ -27,6 +27,14 @@ public class CalculatorController {
|
|
|
@Autowired
|
|
|
private IOrganizationEvaluationInfoService organizationEvaluationInfoService;
|
|
|
|
|
|
+ /**
|
|
|
+ * 指标得分计算
|
|
|
+ * @param id
|
|
|
+ * @param indicatorId
|
|
|
+ * @param binStage
|
|
|
+ * @param binSection
|
|
|
+ * @return
|
|
|
+ */
|
|
|
@GetMapping("/cron")
|
|
|
public R test(@RequestParam(value = "id", required = false) String id,
|
|
|
@RequestParam(value = "indicatorId", required = false) String indicatorId,
|