用户禁用测试2
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user