diff --git a/business/model/dao/store_sku.go b/business/model/dao/store_sku.go index f75733cdd..40b8dfa9c 100644 --- a/business/model/dao/store_sku.go +++ b/business/model/dao/store_sku.go @@ -1368,8 +1368,8 @@ func UpdateActPrice4StoreSkuNameNew(db *DaoDB, storeIDs, skuIDs []int, skuNamesI v.ActID = actStoreSku.ActID v.ActType = actStoreSku.Type v.EarningPrice = int(jxutils.CaculateSkuEarningPrice(int64(v.BindPrice), int64(v.ActPrice), skuName.PayPercentage)) - v.TrendType = actStoreSku.TrendType - v.TrendPrice = actStoreSku.TrendPrcie + // v.TrendType = actStoreSku.TrendType + // v.TrendPrice = actStoreSku.TrendPrcie } if actStoreSku := actStoreSkuMap4EarningPrice.GetActStoreSku(skuName.StoreID, v.SkuID, -1); actStoreSku != nil { v.EarningPrice = int(actStoreSku.EarningPrice)