Commit 5e47ab95 authored by shiyu's avatar shiyu

查询标签下的藏品2

parent 4f3b604b
......@@ -214,6 +214,8 @@ public class CollectionItemsRelationServiceImpl implements CollectionItemsRelati
if (!CollectionUtils.isEmpty(itemIds)) {
supplierItemRequestDto.setIds(itemIds);
supplierItemRequestDto.setIsDeleted(false);
supplierItemRequestDto.setPage(1);
supplierItemRequestDto.setLimit(99999999);
supplierItemList = supplierItemDao.findList(supplierItemRequestDto);
}
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment