埋点数据校验

This commit is contained in:
meixiongfeng 2024-01-04 13:53:02 +08:00
parent 6fc41f6a1f
commit 360e73c9c8

View File

@ -620,9 +620,9 @@ func (this *Buried) trigger(session comm.IUserSession, burieds ...*pb.BuriedPara
if len(pass) > 0 {
if ok, mate := session.GetMate(comm.Session_Buried); ok {
bdatas = mate.(*pb.DBBuried)
return
} else {
if bdatas, err = model.getSessionBuried(session); err != nil {
this.Errorln(err)
return
}
}