Commit d9329eb6 by zt

修改

parent 56df4055
...@@ -56,7 +56,7 @@ public class DbSoundsMonitorTask { ...@@ -56,7 +56,7 @@ public class DbSoundsMonitorTask {
log.info("没有异常!" ); log.info("没有异常!" );
} }
//发送邮件和短信 //发送邮件和短信
SoundMonitorService.SendEmailAndSms(aicc,aicp,resultCode,mobile); SoundMonitorService.sendEmailAndSms(aicc,aicp,resultCode,mobile);
} }
} }
...@@ -110,7 +110,7 @@ public class SoundMonitorService { ...@@ -110,7 +110,7 @@ public class SoundMonitorService {
return false; return false;
} }
public static void SendEmailAndSms(String aicc, String aicp, String resultCode,String mobile) { public static void sendEmailAndSms(String aicc, String aicp, String resultCode,String mobile) {
SoundsMaxIdDao soundsMaxIdDao = session.getMapper(SoundsMaxIdDao.class); SoundsMaxIdDao soundsMaxIdDao = session.getMapper(SoundsMaxIdDao.class);
AccessInfo accessInfo = new AccessInfo(); AccessInfo accessInfo = new AccessInfo();
accessInfo.setAicc(aicc); accessInfo.setAicc(aicc);
......
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