|
@@ -140,7 +140,6 @@ public class WmScorePackageExportServiceImpl implements WmScorePackageExportServ
|
|
|
Set<Integer> operatorRoleIds = scope.getOperatorRoleIds();
|
|
|
List<String> cPkgIds = scope.getCPkgIds();
|
|
|
List<WmScorePackage> childrenPkgs = scope.getChildrenPkgs();
|
|
|
- Map<String, List<String>> parentId2PkgMap = scope.getParentId2PkgMap();
|
|
|
Map<Integer, List<WmPackageTaskTypeQty>> pttMap = scope.getPttMap();
|
|
|
|
|
|
// 获取区域的上级包
|
|
@@ -583,7 +582,7 @@ public class WmScorePackageExportServiceImpl implements WmScorePackageExportServ
|
|
|
.selectList(Wrappers.<SysDept>lambdaQuery()
|
|
|
.eq(SysDept::getDelFlag, CommonConstants.STATUS_NORMAL))
|
|
|
.stream()
|
|
|
- .filter(d -> !ignoreIds.contains(d.getDeptId()))
|
|
|
+// .filter(d -> !ignoreIds.contains(d.getDeptId())) todo 临时注释用于调试
|
|
|
.collect(Collectors.toList());
|
|
|
|
|
|
if (CollUtil.isEmpty(depts)) {
|