From c3bcc3987772a3022609a647e41437622e67bfd4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8B=8F=E5=B0=B9=E5=B2=9A?= <770236076@qq.com> Date: Thu, 3 Dec 2020 12:01:49 +0800 Subject: [PATCH] a --- business/jxstore/tempop/tempop.go | 1 + 1 file changed, 1 insertion(+) 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)) } }