|
@@ -84,6 +84,9 @@ public class WorkerComListLogic {
|
|
|
}
|
|
|
comListIds = websit.stream().map(WorkerComListWebsit::getWorkerComListId).distinct().collect(Collectors.toList());
|
|
|
}
|
|
|
+
|
|
|
+ if (CollectionUtils.isEmpty(comListIds))
|
|
|
+ return new Page<>();
|
|
|
IPage<WorkerComList> page = workerComListService.lambdaQuery()
|
|
|
.like(StringUtils.isNotEmpty(title), WorkerComList::getTitle, title)
|
|
|
.eq(status != null, WorkerComList::getStatus, status)
|