diff --git a/business/jxstore/cms/sku.go b/business/jxstore/cms/sku.go index edcc0bdc9..2759a04b5 100644 --- a/business/jxstore/cms/sku.go +++ b/business/jxstore/cms/sku.go @@ -2211,10 +2211,13 @@ func RefreshJdDepot(ctx *jxcontext.Context) (err error) { } } for _, v := range searchResults { - if v.JdID == 2033469456 { + if v.SkuID == 6042327 { continue } - if v.JdID != 2033453015 { + if v.SkuID == 6042324 { + continue + } + if v.SkuID != 6042319 { continue } param := &jdapi.OpSkuParam{ @@ -2228,11 +2231,7 @@ func RefreshJdDepot(ctx *jxcontext.Context) (err error) { continue } time.Sleep(time.Second) - _, err = api.JdAPI.RefreshJdDepot(v.JdID) - if err != nil { - globals.SugarLogger.Debugf("RefreshJdDepot RefreshJdDepot", err.Error()) - continue - } + api.JdAPI.RefreshJdDepot(v.JdID) sql := ` UPDATE thing_map SET vendor_thing_id = ?, sync_status = ? WHERE thing_type = ? AND vendor_id = ? AND vendor_org_code = ? AND deleted_at = ? AND thing_id = ?