|
@@ -26,7 +26,7 @@ public class FaultStatScheduled {
|
|
@Autowired
|
|
@Autowired
|
|
private FaultStatisticWindturbineService faultStatisticWindturbineService;
|
|
private FaultStatisticWindturbineService faultStatisticWindturbineService;
|
|
|
|
|
|
- @Scheduled(cron = "0 20 0 ? * *")
|
|
|
|
|
|
+ /*@Scheduled(cron = "0 20 0 ? * *")*/
|
|
public String doTask() throws Exception {
|
|
public String doTask() throws Exception {
|
|
if (!fault) {
|
|
if (!fault) {
|
|
return null;
|
|
return null;
|