Browse Source

食物过敏史规则更新

kongwz 5 years ago
parent
commit
f7a5bcc989

+ 2 - 2
kernel/src/main/java/com/lantone/qc/kernel/catalogue/behospitalized/BEH0026.java

@@ -25,8 +25,8 @@ public class BEH0026 extends QCCatalogue {
             long count = allergies.stream().filter(
                     i -> i != null
                             && StringUtil.isNotBlank(i.getName())
-                            && i.getAllergyFood() != null
-                            && StringUtil.isNotBlank(i.getAllergyFood().getName())
+//                            && i.getAllergyFood() != null
+//                            && StringUtil.isNotBlank(i.getAllergyFood().getName())
             ).count();
             if (count > 0) {
                 status.set("0");