@ -60,12 +60,15 @@ public class MyFamilyService {
m.put("key",(i+1));
map.put((i+1)+"",m);
}
if(sex==1){//男(自己、配偶、父亲、母亲、岳父、岳母、女婿、儿媳、子女)
map.remove("4");//公公
map.remove("5");//婆婆
}else if(sex==2){//女(自己、配偶、父亲、母亲、公公、婆婆、女婿、儿媳、子女)
map.remove("6");//岳父
map.remove("7");//岳母
if(sex!=null){
List<BasePatientFamilyMemberDO> list = patientFamilyMemberService.getByPatientAndFamilyRelation(patient,null);