|
@@ -634,6 +634,7 @@ function setProductPrice(productList, productIds, userId, callback){
|
|
|
product.shopId = item.shopId;
|
|
|
product.userIdentity = item.userIdentity;
|
|
|
product.price = item.price;
|
|
|
+ product.originalPrice = item.originalPrice;
|
|
|
product.priceLoaded = true;
|
|
|
product.ladderPriceFlag = item.ladderPriceFlag;
|
|
|
product.actStatus =item.actStatus;
|