|
@@ -32,7 +32,7 @@ public class PVSystemEfficiencyCalculatorController {
|
|
|
|
|
|
@Resource
|
|
|
private PrAnalysisService prAnalysisService;
|
|
|
- @Scheduled(cron = "0 0 11 * * ?")
|
|
|
+// @Scheduled(cron = "0 0 11 * * ?")
|
|
|
@GetMapping("/statistics")
|
|
|
@ResponseBody
|
|
|
@ApiOperation(value = "光伏系统效率计算", notes = "光伏系统效率计算")
|