aa
This commit is contained in:
@@ -1469,7 +1469,7 @@ func UpdateActPrice4StoreSkuNameNew(db *DaoDB, storeIDs, skuIDs []int, skuNamesI
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if actVendorID == model.VendorIDMTWM && v.ActPrice == 0 {
|
if (actVendorID == -1 || actVendorID == model.VendorIDMTWM) && v.ActPrice == 0 {
|
||||||
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
|
||||||
|
|||||||
Reference in New Issue
Block a user