소스 검색

大屏-外部报验情况

wangming 6 달 전
부모
커밋
d94dbbbb17
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  1. 5 0
      business-common/src/main/java/com/rongwei/bscommon/sys/service/impl/ZhcxOutsideInspectionItpServiceImpl.java

+ 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);
         }