商品价格修改,只刷高价
This commit is contained in:
@@ -1097,7 +1097,7 @@ func updateStoresSkusWithoutSync(ctx *jxcontext.Context, db *dao.DaoDB, storeIDs
|
||||
}
|
||||
unitPrice = skuBindInfo.UnitPrice
|
||||
if isRefreshHigh {
|
||||
if allBinds[0].UnitPrice > unitPrice {
|
||||
if allBinds[0].UnitPrice <= unitPrice {
|
||||
continue
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user