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