Browse Source

wip:千万

wangshan 3 tháng trước cách đây
mục cha
commit
95956e213d
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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
 }