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