fix
This commit is contained in:
parent
37055bbf0f
commit
12795e2115
|
@ -57,8 +57,10 @@ func (l *GetStatLogic) GetStat(req *types.GetStatReq, userinfo *auth.UserInfo) (
|
|||
} else {
|
||||
logx.Error("断言mapUserWsStatItem错误")
|
||||
}
|
||||
userStat[key] = value
|
||||
} else {
|
||||
userStat[key] = mapUserWsStatItem{}
|
||||
}
|
||||
userStat[key] = mapUserWsStatItem{}
|
||||
}
|
||||
} else { //不指定用户
|
||||
mapUserWsStat.Range(func(key, value any) bool {
|
||||
|
|
Loading…
Reference in New Issue
Block a user