瀏覽代碼

Merge branch 'dev' of linzhuo/patient-co-management into dev

linzhuo 8 年之前
父節點
當前提交
21096a6654

+ 3 - 1
patient-co-wlyy/src/main/java/com/yihu/wlyy/service/app/followup/FollowUpService.java

@ -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();