...
|
...
|
@@ -51,7 +51,7 @@ public class GatewayMonitorTask { |
|
|
}
|
|
|
|
|
|
|
|
|
//@Scheduled(cron = "${cron_task_gateway_monitor_qcloud}")
|
|
|
@Scheduled(cron = "${cron_task_gateway_monitor_qcloud}")
|
|
|
public void alarmGatewayMonitor_qcloud() {
|
|
|
if("test1".equals(env)||"test".equals(env)){
|
|
|
return ;
|
...
|
...
|
|