Authored by caoyan

添加尺码

... ... @@ -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;
}
... ...
... ... @@ -116,4 +116,3 @@ ip.port.uic.server = ${ip.port.uic.server}
ufo.nfc.syncBlockChain.url=${ufo.nfc.syncBlockChain.url}
ufo.product.addSizeSortId=${ufo.product.addSizeSortId}
\ No newline at end of file
... ...