Pārlūkot izejas kodu

大屏-外部报验情况

wangming 6 mēneši atpakaļ
vecāks
revīzija
d94dbbbb17

+ 5 - 0
business-common/src/main/java/com/rongwei/bscommon/sys/service/impl/ZhcxOutsideInspectionItpServiceImpl.java

@@ -1568,6 +1568,11 @@ public class ZhcxOutsideInspectionItpServiceImpl extends ServiceImpl<ZhcxOutside
             if(ObjectUtil.isNull(prjNodeSet)) {
                 prjNodeSet = new HashSet<>();
             }
+
+            if(ObjectUtil.isEmpty(outside.getInspectioncontentid())) {
+                continue;
+            }
+
             prjNodeSet.add(outside.getInspectioncontentid());
             inspectionNodeMap.put(outside.getProjectid(), prjNodeSet);
         }