Authored by mali

求购列表返回所有尺码

... ... @@ -2016,9 +2016,7 @@ public class ProductServiceImpl implements ProductService {
if (notAllNull(size.getSecondHandSkup())) {
secondsSizeList.add(size);
}
if (notAllNull(size.getBidSkup())) { // 求购
bidSizeList.add(size);
}
bidSizeList.add(size);
}
allGoodsBO.setSizeList(null);
... ...