Authored by caoyan

添加尺码

@@ -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 }
@@ -116,4 +116,3 @@ ip.port.uic.server = ${ip.port.uic.server} @@ -116,4 +116,3 @@ ip.port.uic.server = ${ip.port.uic.server}
116 116
117 ufo.nfc.syncBlockChain.url=${ufo.nfc.syncBlockChain.url} 117 ufo.nfc.syncBlockChain.url=${ufo.nfc.syncBlockChain.url}
118 118
119 -ufo.product.addSizeSortId=${ufo.product.addSizeSortId}