|
@@ -31,7 +31,7 @@ public class CON0539 extends QCCatalogue {
|
|
|
continue;
|
|
|
}
|
|
|
Map<String, String> consultationResultStructureMap = consultationResultsDoc.getStructureMap();
|
|
|
- if(consultationResultStructureMap.containsKey("会诊类别")){
|
|
|
+ if(consultationResultStructureMap.containsKey("会诊意见")){
|
|
|
String consultationDateStr = consultationResultStructureMap.get("会诊类别");
|
|
|
if (CatalogueUtil.isEmpty(consultationDateStr)) {
|
|
|
status.set("-1");
|