Showing
1 changed file
with
1 additions
and
3 deletions
@@ -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 |
-
Please register or login to post a comment