Explorar o código

Merge remote-tracking branch 'origin/dev-shaoyf' into dev-shaoyf

kongwz %!s(int64=5) %!d(string=hai) anos
pai
achega
dbf830fa3b

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

@@ -66,8 +66,8 @@ public class FIRP0250 extends QCCatalogue {
         int i = 0;
         for (RescueDoc re : rescueDocs) {
             Map<String, String> structureMap = re.getStructureMap();
-            String qjgc = structureMap.get("抢救过程");
-            if (!qjgc.contains("死亡")) {
+            String qjgc = structureMap.get("抢救措施");
+            if (StringUtil.isNotBlank(qjgc) && !qjgc.contains("死亡")) {
                 i++;
             }
         }