Authored by chenchao

add storage id

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