Selaa lähdekoodia

北仑:手术患者无术前主刀医师查房记录无手术记录不提示

wangsy 4 vuotta sitten
vanhempi
commit
fa032b20e0

+ 3 - 0
kernel/src/main/java/com/lantone/qc/kernel/catalogue/beilun/threelevelward/THR03090.java

@@ -25,6 +25,9 @@ public class THR03090 extends QCCatalogue {
         status.set("0");
         List<ThreeLevelWardDoc> threeLevelWardDocs = inputInfo.getThreeLevelWardDocs();
         long cou = inputInfo.getOperationDocs().stream().map(OperationDoc::getOperationRecordDoc).filter(Objects::nonNull).count();
+        if (cou == 0) {
+            return;
+        }
         if (threeLevelWardDocs.size() == 0 && cou > 0) {
             status.set("-1");
             return;