| 
					
				 | 
			
			
				@ -2,6 +2,7 @@ package com.yihu.wlyy.event; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				import com.yihu.wlyy.job.*; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				import com.yihu.wlyy.job.consult.EvaluateScoreJob; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				import com.yihu.wlyy.job.consult.FinishConsultJob; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				import com.yihu.wlyy.redis.RedisThread; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				import com.yihu.wlyy.util.SystemConf; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				import org.slf4j.Logger; 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@ -101,7 +102,7 @@ public class ApplicationEvent implements ApplicationListener<ContextRefreshedEve 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				            //居民24小时未回复的咨询自动关闭 每小时59分开始执行一次 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				            if (!quartzHelper.isExistJob("finish_consult_job")) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                String trigger = SystemConf.getInstance().getSystemProperties().getProperty("finish_consult_job"); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                quartzHelper.addJob(PrescriptionExecuteSickSettleJob.class, trigger, "finish_consult_job", new HashMap<String, Object>()); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                quartzHelper.addJob(FinishConsultJob.class, trigger, "finish_consult_job", new HashMap<String, Object>()); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                logger.info("finish_consult_job success"); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				            } else { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                logger.info("finish_consult_job exist"); 
			 |