Commit dd3d6d10 authored by 耿迪迪's avatar 耿迪迪

代码还原

parent 67ad462c
...@@ -38,10 +38,10 @@ public class SaticScheduleTask { ...@@ -38,10 +38,10 @@ public class SaticScheduleTask {
private void configureTasks() { private void configureTasks() {
DetectorInfo jingye = jingyeDetectorInfoDao.getRecentSendData(); DetectorInfo jingye = jingyeDetectorInfoDao.getRecentSendData();
compareReportDate(jingye.getUpdateTime(),"jingye"); compareReportDate(jingye.getUpdateTime(),"jingye");
/*DetectorInfo yingde = yingdeDetectorInfoDao.getRecentSendData(); DetectorInfo yingde = yingdeDetectorInfoDao.getRecentSendData();
compareReportDate(yingde.getUpdateTime(),"yingde"); compareReportDate(yingde.getUpdateTime(),"yingde");
DetectorInfo zhengyuan = zhengyuanDetectorInfoDao.getRecentSendData(); DetectorInfo zhengyuan = zhengyuanDetectorInfoDao.getRecentSendData();
compareReportDate(zhengyuan.getUpdateTime(),"zhengyuan");*/ compareReportDate(zhengyuan.getUpdateTime(),"zhengyuan");
} }
/** /**
......
...@@ -20,7 +20,7 @@ zhengyuan.datasource.driverClassName=com.mysql.jdbc.Driver ...@@ -20,7 +20,7 @@ zhengyuan.datasource.driverClassName=com.mysql.jdbc.Driver
logging.level.com.zehong.monitorreprotdatafrogovernmentnew.dao = DEBUG logging.level.com.zehong.monitorreprotdatafrogovernmentnew.dao = DEBUG
#定时检测时间 #定时检测时间
cron = 0/5 * * * * ? cron = 0 0/2 * * * ?
#定时发送短信时间 #定时发送短信时间
sendSmsCron = 0 0/30 * * * ? sendSmsCron = 0 0/30 * * * ?
......
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