diff --git a/business/jxstore/cms/store_sku.go b/business/jxstore/cms/store_sku.go index cdd3ce574..e304d674e 100644 --- a/business/jxstore/cms/store_sku.go +++ b/business/jxstore/cms/store_sku.go @@ -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 } }