|
@@ -594,7 +594,7 @@ public class WmScorePackageExportServiceImpl implements WmScorePackageExportServ
|
|
|
.selectList(Wrappers.<SysDept>lambdaQuery()
|
|
|
.eq(SysDept::getDelFlag, CommonConstants.STATUS_NORMAL))
|
|
|
.stream()
|
|
|
-// .filter(d -> !ignoreIds.contains(d.getDeptId())) todo 临时注释用于调试
|
|
|
+ .filter(d -> !ignoreIds.contains(d.getDeptId()))
|
|
|
.collect(Collectors.toList());
|
|
|
|
|
|
if (CollUtil.isEmpty(depts)) {
|