This commit is contained in:
suyl
2021-08-13 17:10:55 +08:00
parent 66fdea2164
commit adec1bf126

View File

@@ -1473,6 +1473,7 @@ func UpdateActPrice4StoreSkuNameNew(db *DaoDB, storeIDs, skuIDs []int, skuNamesI
mtact := mtactMap[skuName.StoreID][v.SkuID] mtact := mtactMap[skuName.StoreID][v.SkuID]
v.ActPrice = int(jxutils.StandardPrice2Int(mtact.ActPrice)) v.ActPrice = int(jxutils.StandardPrice2Int(mtact.ActPrice))
v.ActType = mtact.ActType v.ActType = mtact.ActType
v.ActID = int(utils.Str2Int64(mtact.ItemID) % 1000)
} }
if globals.IsStoreSkuAct { if globals.IsStoreSkuAct {