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,