소스 검색

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
 }