From cb70240c67406687b78118b287b29d491a7108c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8B=8F=E5=B0=B9=E5=B2=9A?= <770236076@qq.com> Date: Fri, 21 Feb 2020 16:47:24 +0800 Subject: [PATCH] =?UTF-8?q?=E7=94=A8=E6=88=B7=E7=A6=81=E7=94=A8=E6=B5=8B?= =?UTF-8?q?=E8=AF=952?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- business/jxstore/cms/user2.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/business/jxstore/cms/user2.go b/business/jxstore/cms/user2.go index a3db03ffc..b06afec3d 100644 --- a/business/jxstore/cms/user2.go +++ b/business/jxstore/cms/user2.go @@ -1047,7 +1047,7 @@ func DeleteUserInfo(ctx *jxcontext.Context, userID string) (err error) { // ` // _, err = dao.ExecuteSQL(db, sql5, nil) - tokens, err := api.Cacher.Keys("TOKEN.V2.*") + tokens, err := api.Cacher.Keys("TOKEN.V2." + userID + "*") globals.SugarLogger.Debugf("DeleteUserInfo,[%v]", tokens) return err }