|
|
@@ -392,6 +392,7 @@ func (self *WxUser) CleanCache() {
|
|
|
//消除user,wxuser缓存
|
|
|
userKey := fmt.Sprintf("user.GetByUid[%d]", self.UserId)
|
|
|
wxUserKey := cache.GetKey(cache.GetWxUserById, self.Id)
|
|
|
+ beego.BeeLogger.Info("CleanCache--wxuserkey(%s)", wxUserKey)
|
|
|
cache.Cache.Delete(userKey)
|
|
|
cache.Cache.Delete(wxUserKey)
|
|
|
}
|