Authored by mali

现货寄存

@@ -158,7 +158,7 @@ public class DepositHelpService { @@ -158,7 +158,7 @@ public class DepositHelpService {
158 return Maps.newHashMap(); 158 return Maps.newHashMap();
159 } 159 }
160 160
161 - // http://java-yohoufo-fore.test3.ingress.dev.yohocorp.com/ufo-gateway/?debug=XYZ&method=ufo.product.list.data&productIdList=10001272 161 + // http://java-yohoufo-fore.test3.ingress.dev.yohocorp.com/ufo-gateway/?debug=XYZ&method=ufo.product.storageList.data&storageIdList=10090886
162 List<StorageDataResp> storageRespList = (List<StorageDataResp>)ufoServiceCaller.call("ufo.product.storageList.data", List.class, storageList); 162 List<StorageDataResp> storageRespList = (List<StorageDataResp>)ufoServiceCaller.call("ufo.product.storageList.data", List.class, storageList);
163 Map<Integer, SellerOrderGoods> result = new HashMap<>(); 163 Map<Integer, SellerOrderGoods> result = new HashMap<>();
164 164
@@ -167,7 +167,7 @@ public class DepositHelpService { @@ -167,7 +167,7 @@ public class DepositHelpService {
167 bo.setProductName(item.getProductName()); 167 bo.setProductName(item.getProductName());
168 bo.setColorName(item.getColorName()); 168 bo.setColorName(item.getColorName());
169 bo.setImageUrl(ImageUrlAssist.getAllProductPicUrl(item.getImageUrl(), "goodsimg", "center", "d2hpdGU=")); 169 bo.setImageUrl(ImageUrlAssist.getAllProductPicUrl(item.getImageUrl(), "goodsimg", "center", "d2hpdGU="));
170 - bo.setSizeName(null == item.getSize() ? "-" : bo.getSizeName()); 170 + bo.setSizeName(null == item.getSize() ? "-" : item.getSize().getSizeName());
171 171
172 result.put(item.getStorageId(), bo); 172 result.put(item.getStorageId(), bo);
173 } 173 }