|
@ -50,7 +50,9 @@ public class ChildFamilyImmuneService extends BaseService {
|
|
|
}else{
|
|
|
childFamilyImmune = childFamilyImmuneDao.findByfaAndChildCodeAndFamilyCode(childInfo.getCode(),uid);
|
|
|
|
|
|
if(childFamilyImmune != null){
|
|
|
if(childFamilyImmune == null){
|
|
|
childFamilyImmune = new ChildFamilyImmune();
|
|
|
}else{
|
|
|
throw new Exception("您已绑定过该新生儿,无法重复绑定");
|
|
|
}
|
|
|
}
|