Commit f0290e0a authored by shiyu's avatar shiyu

查询可交换商品时默认标签去除拍卖中、已结缘、我收藏的

parent f68f200e
......@@ -138,7 +138,7 @@ public class CollectionBookServiceImpl implements CollectionBookService {
}
}
}
if (dto.getType() != null && dto.getType() != 1) {
if (dto.getType() == null || dto.getType() != 1) {
if (dto.getIsHasExtraLabel()) {
Map<String, Object> map = new HashMap<>();
map.put("id", 0);
......
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