diff --git a/business/jxstore/tempop/tempop.go b/business/jxstore/tempop/tempop.go index 9fc40b720..e10e7d98c 100644 --- a/business/jxstore/tempop/tempop.go +++ b/business/jxstore/tempop/tempop.go @@ -1688,6 +1688,7 @@ func UploadJdsImage(ctx *jxcontext.Context) (err error) { if vendorStroeID, err := api.JdShop2API.SubmitBasic(param); err == nil { v.VendorStoreID = utils.Int64ToStr(vendorStroeID) dao.UpdateEntity(db, v, "VendorStoreID") + time.Sleep(time.Second) err = api.JdShop2API.UpdateExpand(int(vendorStroeID)) } }