Browse Source

wip:千万

wangshan 3 months ago
parent
commit
95956e213d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      entity/user.go

+ 1 - 1
entity/user.go

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