wangshan hai 3 meses
pai
achega
95956e213d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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
 }