|  | @ -176,7 +176,8 @@ public class FamilyContractService extends BaseService {
 | 
	
		
			
				|  |  |     private PatientCertificateDao patientCertificateDao;
 | 
	
		
			
				|  |  |     @Autowired
 | 
	
		
			
				|  |  |     private SignDictDao signDictDao;
 | 
	
		
			
				|  |  | 
 | 
	
		
			
				|  |  |     @Autowired
 | 
	
		
			
				|  |  |     private SignFamilyServerDao signFamilyServerDao;
 | 
	
		
			
				|  |  | 
 | 
	
		
			
				|  |  |     public SignFamily findSignFamilyByCode(String code) {
 | 
	
		
			
				|  |  |         return signFamilyDao.findByCode(code);
 | 
	
	
		
			
				|  | @ -4596,4 +4597,7 @@ public class FamilyContractService extends BaseService {
 | 
	
		
			
				|  |  |         return signDictDao.findByYear(DateUtil.getSignYear()+"");
 | 
	
		
			
				|  |  |     }
 | 
	
		
			
				|  |  | 
 | 
	
		
			
				|  |  |     public List<SignFamilyServer> findPatientSignServerBySignCode(String signCode){
 | 
	
		
			
				|  |  |        return signFamilyServerDao.findBySignCode(signCode);
 | 
	
		
			
				|  |  |     }
 | 
	
		
			
				|  |  | }
 |