|
@@ -73,7 +73,8 @@ public interface IotRhDailyReportMapper extends BaseMapperX<IotRhDailyReportDO>
|
|
|
|
|
|
// 正常查询逻辑
|
|
|
return selectPage(reqVO, new LambdaQueryWrapperX<IotRhDailyReportDO>()
|
|
|
- .eqIfPresent(IotRhDailyReportDO::getDeptId, reqVO.getDeptId())
|
|
|
+ // .eqIfPresent(IotRhDailyReportDO::getDeptId, reqVO.getDeptId())
|
|
|
+ .inIfPresent(IotRhDailyReportDO::getDeptId, reqVO.getDeptIds())
|
|
|
.eqIfPresent(IotRhDailyReportDO::getProjectId, reqVO.getProjectId())
|
|
|
.inIfPresent(IotRhDailyReportDO::getProjectId, reqVO.getProjectIds())
|
|
|
.eqIfPresent(IotRhDailyReportDO::getTaskId, reqVO.getTaskId())
|