Authored by chenchao

add storage id

@@ -417,6 +417,7 @@ public class SkupListService { @@ -417,6 +417,7 @@ public class SkupListService {
417 productInfo.setProductId(productId=sellerOrderGoods.getProductId()); 417 productInfo.setProductId(productId=sellerOrderGoods.getProductId());
418 productInfo.setStorageNum(sellerOrderGoods.getStorageNum()); 418 productInfo.setStorageNum(sellerOrderGoods.getStorageNum());
419 productInfo.setPrice(sellerOrderGoods.getGoodsPrice()); 419 productInfo.setPrice(sellerOrderGoods.getGoodsPrice());
  420 + productInfo.setStorageId(sellerOrderGoods.getStorageId());
420 // 421 //
421 GoodsInfo giwp = storageIdGoodInfoMap.get(sellerOrderGoods.getStorageId()); 422 GoodsInfo giwp = storageIdGoodInfoMap.get(sellerOrderGoods.getStorageId());
422 if (Objects.nonNull(giwp)){ 423 if (Objects.nonNull(giwp)){