瀏覽代碼

既往史未填写修改

rengb 5 年之前
父節點
當前提交
5665a2f53f
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      kernel/src/main/java/com/lantone/qc/kernel/catalogue/behospitalized/BEH0400.java

+ 1 - 1
kernel/src/main/java/com/lantone/qc/kernel/catalogue/behospitalized/BEH0400.java

@@ -22,7 +22,7 @@ public class BEH0400 extends QCCatalogue {
             return;
         }
         PastLabel pastLabel = inputInfo.getBeHospitalizedDoc().getPastLabel();
-        if (pastLabel != null || StringUtil.isNotBlank(pastLabel.getText())) {
+        if (pastLabel != null && StringUtil.isNotBlank(pastLabel.getText())) {
             status.set("0");
         }
     }