埋点数据校验
This commit is contained in:
parent
6fc41f6a1f
commit
360e73c9c8
@ -620,9 +620,9 @@ func (this *Buried) trigger(session comm.IUserSession, burieds ...*pb.BuriedPara
|
|||||||
if len(pass) > 0 {
|
if len(pass) > 0 {
|
||||||
if ok, mate := session.GetMate(comm.Session_Buried); ok {
|
if ok, mate := session.GetMate(comm.Session_Buried); ok {
|
||||||
bdatas = mate.(*pb.DBBuried)
|
bdatas = mate.(*pb.DBBuried)
|
||||||
return
|
|
||||||
} else {
|
} else {
|
||||||
if bdatas, err = model.getSessionBuried(session); err != nil {
|
if bdatas, err = model.getSessionBuried(session); err != nil {
|
||||||
|
this.Errorln(err)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user