Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6840acf

Browse files
committed
bugfix
1 parent 132c3fb commit 6840acf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/logic/user_rich.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ func (self UserRichLogic) AwardCooper() {
7575

7676
userRank := redisClient.ZREVRANK(key, uid)
7777
desc := fmt.Sprintf("%s 的活跃度为 %d,排名第 %d,奖励 %d 铜币", ymd, weight, userRank, award)
78-
fmt.Println(uid, desc)
78+
7979
user := DefaultUser.FindOne(nil, "uid", uid)
8080
self.IncrUserRich(user, model.MissionTypeActive, award, desc)
8181
}

0 commit comments

Comments
 (0)