| 
					
				 | 
			
			
				@ -476,7 +476,7 @@ public class SignWebService extends BaseService { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				        //获取随访 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				        String followup_sql = "select w.id,w.followup_type,w.followup_class,w.followup_date as czrq,w.followup_manager_status,w.status,2 as type from wlyy_followup  w where (w.doctor_code = ? or w.doctor_code =?) and w.patient_code =? and YEAR(w.create_time) = ? and w.followup_class is not null "; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				        //获取待预约 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				        String reservation_sql = "select w.code,w.id, w.doctor_name,w.doctor_code,w.doctor_job,w.doctor,w.dname,w.status,w.start_time as czrq,3 as type from wlyy_patient_reservation  w where (w.doctor = ? or w.doctor =?) and w.patient =? and YEAR(w.czrq) = ? "; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				        String reservation_sql = "select w.code,w.id, w.doctor_name,w.doctor_code,w.doctor_job,w.doctor,w.dname,w.org_code,w.status,w.start_time as czrq,3 as type from wlyy_patient_reservation  w where (w.doctor = ? or w.doctor =?) and w.patient =? and YEAR(w.czrq) = ? "; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				        //获取健康教育 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				        String article_sql = "select w.id,w.article,w2.title,w2.summary,w.czrq,w.doctor,w.doctor_name,w.is_read,4 as type from wlyy_health_edu_article_patient  w,wlyy_health_edu_article w2 where w.article = w2.code and  (w.doctor = ? or w.doctor =?) and w.patient =? and YEAR(w.czrq) = ? "; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				        //获取健康指导 
			 |