|
@@ -30,7 +30,7 @@ public class PRE0330 extends QCCatalogue {
|
|
|
if (operationDoc.getPreoperativeDiscussionDoc() != null) {
|
|
|
Map<String, String> structureMap = operationDoc.getPreoperativeDiscussionDoc().getStructureMap();
|
|
|
if(structureMap != null
|
|
|
- && structureMap.get("拟施手术方式、名称及可能的变更与禁忌征 ") != null){
|
|
|
+ && structureMap.get("拟施手术方式名称及可能的变更与禁忌症") != null){
|
|
|
return;
|
|
|
}
|
|
|
if (StringUtil.isEmpty(structureMap.get("拟行术式")) && StringUtil.isEmpty(structureMap.get("可能的变更"))) {
|