diff --git a/business/jxstore/cms/sku.go b/business/jxstore/cms/sku.go index 263ea5b6f..edcc0bdc9 100644 --- a/business/jxstore/cms/sku.go +++ b/business/jxstore/cms/sku.go @@ -2211,6 +2211,12 @@ func RefreshJdDepot(ctx *jxcontext.Context) (err error) { } } for _, v := range searchResults { + if v.JdID == 2033469456 { + continue + } + if v.JdID != 2033453015 { + continue + } param := &jdapi.OpSkuParam{ TraceID: ctx.GetTrackInfo(), OutSkuID: utils.Int2Str(v.SkuID),