| 
					
				 | 
			
			
				@@ -19,6 +19,7 @@ public interface ArrearagePatientListDao { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             " FROM zy_zd_responce_type") 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     List<Map<String,Object>> listResponceType(); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     @Select(" SELECT rtrim(a.ward) ward,\n" + 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            "  refer_physician =isnull(a.refer_physician,a.admiss_physician),refer_physician_name =(select name from a_employee_mi where code= isnull(a.refer_physician,a.admiss_physician)),"+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             "        ward_name=(select name from zd_unit_code where code =a.ward)," + 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             "       rtrim(a.inpatient_no) inpatient_no ,\n" + 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             "       a.admiss_times,\n" + 
			 |