|
@ -374,7 +374,9 @@ public class FollowUpService extends BaseService {
|
|
|
}
|
|
|
SignFamily signFamily = signFamilyDao.findByjiatingPatient(patientCode);
|
|
|
if (signFamily == null) {
|
|
|
throw new Exception("can not find patient's family sign info");
|
|
|
signFamily = signFamilyDao.findBySanshiPatient(patientCode);
|
|
|
if(signFamily==null)
|
|
|
throw new Exception("can not find patient's family sign info");
|
|
|
}
|
|
|
|
|
|
Followup followup = new Followup();
|