浏览代码

离院方式选择错误

kongwz 5 年之前
父节点
当前提交
cc162e4b8f
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      kernel/src/main/java/com/lantone/qc/kernel/catalogue/firstpagerecord/FIRP0195.java

+ 1 - 1
kernel/src/main/java/com/lantone/qc/kernel/catalogue/firstpagerecord/FIRP0195.java

@@ -59,7 +59,7 @@ public class FIRP0195 extends QCCatalogue {
             String conditionRecord = structureMap.get("病情记录");
             String treatmentPlan = structureMap.get("治疗计划和措施");
             String title = structureMap.get("查房标题");
-            if (title.contains("病理报告")) {
+            if (title != null && title.contains("病理报告")) {
                 continue;
             }
             conditionRecord = StringUtil.isBlank(conditionRecord) ? "" : conditionRecord;