Authored by wangshusheng

返回storageid

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