TASK:模块化;
This commit is contained in:
@@ -2447,7 +2447,7 @@ public class DesignServiceImpl extends ServiceImpl<DesignMapper, Design> impleme
|
||||
public IPage<CloudTaskVO> cloudPage(CloudPageDTO cloudPageDTO) {
|
||||
// 分页数据
|
||||
Set<Long> childProjectIdSet = projectService.getChildProjectIdSet(cloudPageDTO.getProjectId());
|
||||
|
||||
childProjectIdSet.add(cloudPageDTO.getProjectId());
|
||||
QueryWrapper<CloudTask> queryWrapper = new QueryWrapper<>();
|
||||
if (CollectionUtil.isNotEmpty(childProjectIdSet)) {
|
||||
queryWrapper.lambda().in(CloudTask::getProjectId, childProjectIdSet);
|
||||
|
||||
Reference in New Issue
Block a user