- 禁止在老版活动上创建补贴表,迁移至新版,暂时保持活动表的兼容
This commit is contained in:
@@ -512,6 +512,8 @@ func updateActPrice4StoreSkuNameNew(db *dao.DaoDB, storeIDs, skuIDs []int, skuNa
|
||||
index := dao.GenSkuPriceMapKey(skuName.StoreID, v.SkuID)
|
||||
if jxSkuPriceMap[index] != nil {
|
||||
v.EarningPrice = jxSkuPriceMap[index].EarningPrice
|
||||
} else if actStoreSku != nil {
|
||||
v.EarningPrice = int(actStoreSku.EarningPrice)
|
||||
}
|
||||
|
||||
v.RealEarningPrice = v.EarningPrice
|
||||
|
||||
Reference in New Issue
Block a user