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