Showing
1 changed file
with
1 additions
and
1 deletions
@@ -51,7 +51,7 @@ public class GatewayMonitorTask { | @@ -51,7 +51,7 @@ public class GatewayMonitorTask { | ||
51 | } | 51 | } |
52 | 52 | ||
53 | 53 | ||
54 | - //@Scheduled(cron = "${cron_task_gateway_monitor_qcloud}") | 54 | + @Scheduled(cron = "${cron_task_gateway_monitor_qcloud}") |
55 | public void alarmGatewayMonitor_qcloud() { | 55 | public void alarmGatewayMonitor_qcloud() { |
56 | if("test1".equals(env)||"test".equals(env)){ | 56 | if("test1".equals(env)||"test".equals(env)){ |
57 | return ; | 57 | return ; |
-
Please register or login to post a comment