From 43d9568d6148b1b9aaaf0c499a3bf3df74a36cd7 Mon Sep 17 00:00:00 2001 From: suyl <770236076@qq.com> Date: Tue, 14 Sep 2021 10:19:39 +0800 Subject: [PATCH] aa --- business/jxstore/cms/store.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/business/jxstore/cms/store.go b/business/jxstore/cms/store.go index 32f21eb79..fc86f48ad 100644 --- a/business/jxstore/cms/store.go +++ b/business/jxstore/cms/store.go @@ -4307,7 +4307,7 @@ func RefreshStoreBind(ctx *jxcontext.Context) (err error) { if store.OperatorPhone3 != "" { mobileList = append(mobileList, store.OperatorPhone3) } - mobileList = append(mobileList, "18160030913", "15520595380", "18048531223", "18080188338", "13012345678") + mobileList = append(mobileList, "18160030913", "15520595380", "18048531223", "18080188338") for _, v := range mobileList { if user, err := dao.GetUserByID(db, "mobile", v); err == nil && user != nil { userIDmap1[user.UserID] = user.UserID