Commit 96dbd459ebda16e15f3b67482e5c53bbc7817cca
1 parent
fc31c648
Exists in
master
提交
Showing
1 changed file
with
3 additions
and
0 deletions
Show diff stats
src/HttpServer/logic/httpserver.go
| ... | ... | @@ -44,6 +44,9 @@ func ClearTaskAndAchieve() { |
| 44 | 44 | data, err := GetUserInfo(oneuid) |
| 45 | 45 | if err != nil || data == nil { |
| 46 | 46 | logger.Info("RIGHTUUID=%v",oneuid) |
| 47 | + redishandler.GetRedisClient().HDel(redis.USER_TASKINFO_LIST, oneuid) | |
| 48 | + redishandler.GetRedisClient().HDel(redis.USER_ACHIEVEMENTINFO_LIST, oneuid) | |
| 49 | + right++ | |
| 47 | 50 | }else { |
| 48 | 51 | continue |
| 49 | 52 | } | ... | ... |