Merge remote-tracking branch 'origin/master'

This commit is contained in:
bupengxiang
2023-05-19 08:52:30 +08:00
@@ -721,6 +721,7 @@ public class IReportServiceImpl extends ServiceImpl<ReportDao, ReportEntity>
powerList.add(DOWNLOAD);
LambdaQueryWrapper<PowerApply> powerApplyLambdaQueryWrapper = new LambdaQueryWrapper<>();
powerApplyLambdaQueryWrapper.in(PowerApply::getPower, powerList);
powerApplyLambdaQueryWrapper.eq(PowerApply::getReportId, reportId);
List<PowerApply> list = iPowerApplyService.list(powerApplyLambdaQueryWrapper);
if (CollectionUtils.isNotEmpty(list)) {
list.forEach(powerApply -> {