Parcourir la source

离院方式选择错误

kongwz il y a 5 ans
Parent
commit
3ea3972631

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

@@ -41,8 +41,8 @@ public class FIRP0195 extends QCCatalogue {
         String wardOutWay;
         if (deathRecordDoc != null || deathCaseDiscussDoc != null) {
             wardOutWay = "死亡";
-            if (!match(outWay, wardOutWay)) {
-                status.set("-1");
+            if (match(outWay, wardOutWay)) {
+                return;
             }
         }