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 {
|
} else {
|
||||||
logx.Error("断言mapUserWsStatItem错误")
|
logx.Error("断言mapUserWsStatItem错误")
|
||||||
}
|
}
|
||||||
|
userStat[key] = value
|
||||||
|
} else {
|
||||||
|
userStat[key] = mapUserWsStatItem{}
|
||||||
}
|
}
|
||||||
userStat[key] = mapUserWsStatItem{}
|
|
||||||
}
|
}
|
||||||
} else { //不指定用户
|
} else { //不指定用户
|
||||||
mapUserWsStat.Range(func(key, value any) bool {
|
mapUserWsStat.Range(func(key, value any) bool {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user