...
|
...
|
@@ -228,7 +228,7 @@ public class ProductServiceImpl implements ProductService { |
|
|
|
|
|
private List<JSONObject> getOtherSizeList(Integer maxSortId, Integer midSortId, List<GoodsBO> goodsBOList) {
|
|
|
List<JSONObject> result = Lists.newArrayList();
|
|
|
String configMaxSortIds = configReader.getString("ufo.product.addSizeSortId", "");
|
|
|
String configMaxSortIds = configReader.getString("ufo.product.addSizeSortId", "40");
|
|
|
if(StringUtils.isEmpty(configMaxSortIds)) {
|
|
|
return result;
|
|
|
}
|
...
|
...
|
|