From 9dae0c0f4518eab3188962b3dcc586dc7bd8d27f Mon Sep 17 00:00:00 2001 From: gazebo Date: Thu, 21 Mar 2019 10:46:17 +0800 Subject: [PATCH] =?UTF-8?q?-=20=E4=BF=AE=E6=94=B9=E5=B7=B2=E7=BB=8F?= =?UTF-8?q?=E6=98=AF=E5=B0=8F=E7=BB=84=E6=88=90=E5=91=98=E7=9A=84=E6=8A=A5?= =?UTF-8?q?=E9=94=99=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- business/jxstore/cms/user.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/business/jxstore/cms/user.go b/business/jxstore/cms/user.go index 7bd170328..48b6983df 100644 --- a/business/jxstore/cms/user.go +++ b/business/jxstore/cms/user.go @@ -181,7 +181,7 @@ func verifyMobileIsBlank(db *dao.DaoDB, mobile string) (user *legacymodel.WeiXin return nil, err } if err != orm.ErrNoRows { - err = fmt.Errorf("%s已经是组长:%s/%s,门店:%d的小组成员", mobile, userParent.Tel, userParent.OpenID, userParent.JxStoreID) + err = fmt.Errorf("%s已经是组长:%s,门店:%d的小组成员", mobile, userParent.Tel, userParent.JxStoreID) } else { err = nil }