From fdd5c14ab75f3479e7a27079dadd42380d716cbe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E5=AE=97=E6=A5=A0?= Date: Thu, 27 Jul 2023 16:07:32 +0800 Subject: [PATCH] 1 --- business/jxstore/cms/store_sku.go | 2 +- business/jxstore/misc/misc.go | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/business/jxstore/cms/store_sku.go b/business/jxstore/cms/store_sku.go index 3e89a0991..5fc15216c 100644 --- a/business/jxstore/cms/store_sku.go +++ b/business/jxstore/cms/store_sku.go @@ -5908,7 +5908,7 @@ func GetStoreSkuAudit(ctx *jxcontext.Context, storeIDs, nameIDs, skuIDs, statuss } func doStoreSkuAudit(ctx *jxcontext.Context, storeIDs []int, skuBindInfos []*StoreSkuBindInfo) (isAudit bool, err error) { - time.Sleep(time.Second / 5) + time.Sleep(time.Second) db := dao.GetDB() for _, storeID := range storeIDs { stores, _ := dao.GetStoreList(db, []int{storeID}, nil, nil, nil, nil, "") diff --git a/business/jxstore/misc/misc.go b/business/jxstore/misc/misc.go index 861b93e73..f050b63be 100644 --- a/business/jxstore/misc/misc.go +++ b/business/jxstore/misc/misc.go @@ -373,9 +373,9 @@ func Init() { 103074, 103065, 103051, - 103050, - 103037, - 103029, + //103050, + //103037, + //103029, 103018, 103002, 102999,