bug
This commit is contained in:
parent
2ff94c4500
commit
0de750f5a0
@ -121,7 +121,7 @@ public class PsTaskServiceImpl implements IPsTaskService {
|
||||
lqw.orderByDesc("main.create_time");
|
||||
page = baseMapper.queryTaskPageList(pageQuery.build(), lqw);
|
||||
|
||||
if (page.getSize() > 0){
|
||||
if (page.getRecords().size() > 0){
|
||||
QueryWrapper queryWrapper = new QueryWrapper();
|
||||
List<Long> list = page.getRecords().stream().map(PsTaskMainVo::getId).toList();
|
||||
queryWrapper.in("task_id", list);
|
||||
|
Loading…
Reference in New Issue
Block a user