商品价格修改,只刷高价

This commit is contained in:
苏尹岚
2020-07-07 10:24:47 +08:00
parent c54a5689cd
commit 85ba36e1b7

View File

@@ -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
}
}