瀏覽代碼

义乌术前讨论记录无注意事项规则修改

fangqw 4 年之前
父節點
當前提交
f6cd7f97ef

+ 1 - 1
kernel/src/main/java/com/lantone/qc/kernel/catalogue/yiwu/preoperativediscussion/PRE0334.java

@@ -27,7 +27,7 @@ public class PRE0334 extends QCCatalogue {
         }
         for (OperationDoc operationDoc : operationDocs) {
             if (operationDoc.getPreoperativeDiscussionDoc() != null
-                    && StringUtil.isEmpty(operationDoc.getPreoperativeDiscussionDoc().getStructureMap().get("术中术后注意事项含护理事项"))) {
+                    && StringUtil.isEmpty(operationDoc.getPreoperativeDiscussionDoc().getStructureMap().get("术中术后注意事项含护理事项"))) {
                 status.set("-1");
             }
         }