"SELECT job_desc,last_handle_code FROM job_info WHERE last_handle_code= 500;"
select count(*) from job_log where job_desc='任务名称' and trigger_code=500;
"SELECT job_desc,last_handle_code FROM job_info WHERE last_handle_code= 500;"
select count(*) from job_log where job_desc='任务名称' and trigger_code=500;