diff --git a/business/jxstore/cms/store_sku.go b/business/jxstore/cms/store_sku.go index 5142c1edb..59c10855d 100644 --- a/business/jxstore/cms/store_sku.go +++ b/business/jxstore/cms/store_sku.go @@ -800,11 +800,6 @@ func UpdateStoresSkus(ctx *jxcontext.Context, storeIDs []int, skuBindInfos []*St if num == 0 || !isAsync || hint == "" { hint = utils.Int64ToStr(num) } - if err != nil { - if _, ok := err.(*SyncError); ok { - return hint, model.ErrCodeJsonSyncErr, err - } - } return hint, "", err }