瀏覽代碼

wip:千万

wangshan 3 月之前
父節點
當前提交
95956e213d
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      entity/user.go

+ 1 - 1
entity/user.go

@@ -296,9 +296,9 @@ func ClearUserPowerFunc(positionId, appId string) bool {
 				if ev != "" {
 					redis.Del(RedisCode, ev)
 				}
-
 			}
 		}
+		redis.Del(RedisCode, fmt.Sprintf(CheckEntKK, positionId))
 	}
 	return true
 }