Commit 50e73237 by zt

优化代码

parent ec6529e4
...@@ -53,7 +53,8 @@ public class DbSoundsMonitorTask { ...@@ -53,7 +53,8 @@ public class DbSoundsMonitorTask {
SoundMonitorService.init(); SoundMonitorService.init();
boolean i = SoundMonitorService.test(); boolean i = SoundMonitorService.test();
if (!i){ if (!i){
log.info("没有异常!" ); log.info("没有异常!");
return;
} }
//发送邮件和短信 //发送邮件和短信
SoundMonitorService.sendEmailAndSms(aicc,aicp,resultCode,mobile); SoundMonitorService.sendEmailAndSms(aicc,aicp,resultCode,mobile);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment