|
@@ -32,7 +32,7 @@ public class CON0534 extends QCCatalogue {
|
|
|
}
|
|
|
Map<String, String> consultationResultStructureMap = consultationApplicationDoc.getStructureMap();
|
|
|
String consultationDateStr = consultationResultStructureMap.get("会诊科室");
|
|
|
- if (CatalogueUtil.isEmpty(consultationDateStr)) {
|
|
|
+ if (CatalogueUtil.isEmpty(consultationDateStr) || "【会诊科室】".equals(consultationDateStr)) {
|
|
|
status.set("-1");
|
|
|
return;
|
|
|
}
|