|  | @ -2289,7 +2289,7 @@ public class FamilyContractService extends BaseService {
 | 
	
		
			
				|  |  |                 " wlyy_sign_family sf " +
 | 
	
		
			
				|  |  |                 " WHERE " +
 | 
	
		
			
				|  |  |                 " sf.type = 2 " +
 | 
	
		
			
				|  |  |                 " AND sf.STATUS >= 0 " +
 | 
	
		
			
				|  |  |                 " AND sf.STATUS > 0 " +
 | 
	
		
			
				|  |  |                 " AND ( sf.doctor = ? or sf.doctor_health=? )" +
 | 
	
		
			
				|  |  |                 " AND sf.admin_team_code =?";
 | 
	
		
			
				|  |  |         Object[] parms = new Object[]{doctorCode, doctorCode, teamCode};
 |