This commit is contained in:
suyl
2021-08-13 17:20:00 +08:00
parent 70ac32e833
commit 07635aa5ba

View File

@@ -1476,7 +1476,7 @@ func UpdateActPrice4StoreSkuNameNew(db *DaoDB, storeIDs, skuIDs []int, skuNamesI
v.ActPrice = int(jxutils.StandardPrice2Int(mtact.ActPrice))
v.ActType = mtact.ActType
v.ActID = int(utils.Str2Int64(mtact.ItemID) % 1000)
v.EarningPrice = int(jxutils.StandardPrice2Int(mtact.OriginPrice))
v.EarningPrice = 0
}
}
}