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