From a9c7be1027b4cfe211f2e3f3c3436512cde748b6 Mon Sep 17 00:00:00 2001 From: gazebo Date: Thu, 19 Sep 2019 11:20:55 +0800 Subject: [PATCH] =?UTF-8?q?-=20=E5=BE=AE=E4=BF=A1=E7=AB=AF=E6=94=B9?= =?UTF-8?q?=E4=BB=B7=E5=BC=BA=E5=88=B6=E5=BC=82=E6=AD=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- business/jxstore/cms/store_sku.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/business/jxstore/cms/store_sku.go b/business/jxstore/cms/store_sku.go index 013db963a..ca6491a3e 100644 --- a/business/jxstore/cms/store_sku.go +++ b/business/jxstore/cms/store_sku.go @@ -171,7 +171,7 @@ var ( asyncOpMobileMap = map[string]int{ "18982250714": 1, // 老赵 "18180948107": 1, // 徐 - "13684045763": 1, // 周 + // "13684045763": 1, // 周 } ) @@ -711,7 +711,7 @@ func asyncStoreSkuOpFilter(ctx *jxcontext.Context, isAsync bool) bool { authType := ctx.GetLoginInfo().GetAuthType() if authType == weixin.AuthTypeMini || authType == weixin.AuthTypeMP { userMobile, _ := ctx.GetMobileAndUserID() - isAsync = asyncOpMobileMap[userMobile] == 1 + isAsync = asyncOpMobileMap[userMobile] == 0 } } return isAsync