Explorar o código

病案首页手术未填bug修改

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

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

@@ -35,8 +35,7 @@ public class FIRP02993 extends QCCatalogue {
             List<String> operationNameList = new ArrayList<String>();
             List<Map<String, String>> mapStrs = (List<Map<String, String>>) operation;
             // 解决空指针,如果无数据,报错
-            if (mapStrs == null) {
-                status.set("-1");
+            if (mapStrs == null && count == 0) {
                 return ;
             }
             if (mapStrs.size() > 0) {