up
This commit is contained in:
@@ -1282,7 +1282,7 @@ func UpdateActPrice4StoreSkuNameNew(db *DaoDB, storeIDs, skuIDs []int, skuNamesI
|
||||
v.EarningActID = actStoreSku.ActID
|
||||
} else {
|
||||
earningPrice := int(jxutils.CaculateSkuEarningPrice(int64(v.BindPrice), int64(v.BindPrice), skuName.PayPercentage))
|
||||
if earningPrice < v.EbaiPrice {
|
||||
if earningPrice < v.EarningPrice {
|
||||
v.EarningPrice = earningPrice
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user