Authored by wangshusheng

返回storageid

@@ -163,9 +163,11 @@ public class UfoFavoriteService { @@ -163,9 +163,11 @@ public class UfoFavoriteService {
163 if (storageIdInt == null) { 163 if (storageIdInt == null) {
164 continue; 164 continue;
165 } 165 }
  166 +
166 // 根据storageId找到对应的productId 167 // 根据storageId找到对应的productId
167 Map<String, Object> sknInfo = productReturnInfoMap.get(storageIdToProductIdMap.get(storageIdInt)); 168 Map<String, Object> sknInfo = productReturnInfoMap.get(storageIdToProductIdMap.get(storageIdInt));
168 if (sknInfo != null) { 169 if (sknInfo != null) {
  170 + sknInfo.put(UfoSearchRequestParams.UFO_PARAM_STORAGE_ID, storageIdInt);
169 // 替换sku对应的available_now_price 171 // 替换sku对应的available_now_price
170 if (priceErrorStorageIds.contains(storageIdInt)) { 172 if (priceErrorStorageIds.contains(storageIdInt)) {
171 sknInfo.put("available_now_price", ""); 173 sknInfo.put("available_now_price", "");