‘linchangsheng’ 1 月之前
父節點
當前提交
f5bad3b7f5

+ 3 - 0
mall-server-api/src/main/java/com/gree/mall/manager/logic/comlist/WorkerComListLogic.java

@@ -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)