2018-03-02 17:03:36 INFO : com.reyun.check.App.main(App.java:38) - 检查数据校验任务执行-true
2018-03-02 17:08:35 INFO : com.reyun.check.dao.MysqlDAO.getCheckTaskRst(MysqlDAO.java:713) - com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Access denied for user 'tkio_v4'@'172.31%' to database 'tkio_v4useUnicode=true&characterEncoding=utf-8'
2018-03-02 17:08:35 INFO : com.reyun.check.App.main(App.java:38) - 检查数据校验任务执行-true
2018-03-02 17:09:24 INFO : com.reyun.check.dao.MysqlDAO.getCheckTaskRst(MysqlDAO.java:697) - select t1.task_no,t1.task_desc,t3.row_id
,if(t3.row_id is null,'未执行',ifnull(t3.error_info,'成功')) error_info,t3.create_time
from tkio_data_check_config t1
left join tkio_data_check_log t2 on t1.task_no=t2.task_no
and t2.exec_state=0 and t2.ds='2018-03-01' and 1=1112
left join tkio_data_check_log t3 on t1.task_no=t3.task_no
and t3.ds='2018-03-01'
where t1.is_delete=0 and t2.row_id is null
order by t1.task_no,t3.create_time
2018-03-02 17:09:24 INFO : com.reyun.check.mail.SimpleMailSender.sendMail(SimpleMailSender.java:43) - lipengbo@reyun.com
2018-03-02 17:24:49 INFO : com.reyun.check.dao.MysqlDAO.getExecCheckIndicatorRst(MysqlDAO.java:745) - select t1.indicator_name task_no,t1.indicator_desc task_desc,t3.row_id
,if(t3.row_id is null,'no exec',ifnull(t3.error_info,'success')) error_info,t3.create_time
from tkio_data_check_indicator t1
left join tkio_data_check_log t2 on t1.indicator_name=t2.task_no
and t2.exec_state=0 and t2.ds='2018-03-01' and 1=2
left join tkio_data_check_log t3 on t1.indicator_name=t3.task_no
and t3.ds='2018-03-01'
where t1.is_delete=0 and t2.row_id is null
order by t1.indicator_name,t3.create_time
2018-03-02 17:24:49 INFO : com.reyun.check.mail.SimpleMailSender.sendMail(SimpleMailSender.java:43) - lipengbo@reyun.com
2018-03-02 17:53:36 INFO : com.reyun.check.dao.MysqlDAO.aaa(MysqlDAO.java:803) - com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 't3' in field list
2018-03-02 17:53:36 INFO : com.reyun.check.App.main(App.java:38) - 检查数据校验任务执行-true