|
@@ -24,8 +24,9 @@ public class BEH0424 extends QCCatalogue {
|
|
|
}
|
|
|
Map<String, String> structureMap = inputInfo.getBeHospitalizedDoc().getStructureMap();
|
|
|
if(structureMap != null){
|
|
|
- String name = structureMap.get("电话");
|
|
|
- if(CatalogueUtil.isEmpty(name)){
|
|
|
+ String phone = structureMap.get("电话");
|
|
|
+ String contactNumber = structureMap.get("联系人电话");
|
|
|
+ if(CatalogueUtil.isEmpty(phone) && CatalogueUtil.isEmpty(contactNumber)){
|
|
|
status.set("-1");
|
|
|
}
|
|
|
}
|