Authored by mali

求购列表返回所有尺码

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