拼错了

This commit is contained in:
苏尹岚
2020-08-18 17:11:22 +08:00
parent baf83d0ad0
commit 7e59970977
3 changed files with 8 additions and 8 deletions

View File

@@ -1369,7 +1369,7 @@ func UpdateActPrice4StoreSkuNameNew(db *DaoDB, storeIDs, skuIDs []int, skuNamesI
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.TrendPrice = actStoreSku.TrendPrice
}
if actStoreSku := actStoreSkuMap4EarningPrice.GetActStoreSku(skuName.StoreID, v.SkuID, -1); actStoreSku != nil {
v.EarningPrice = int(actStoreSku.EarningPrice)