fix
This commit is contained in:
parent
8d49d4f164
commit
c8ff395fe4
|
@ -46,6 +46,7 @@ func (l *RenderNotifyLogic) RenderNotify(req *types.RenderNotifyReq, userinfo *a
|
|||
logx.Error("解析taskId错误")
|
||||
return resp.SetStatusWithMessage(basic.CodeRequestParamsErr, "failed to parse param taskId !!!!")
|
||||
}
|
||||
//发出去的时间必须是大于服务启动的时间才参与统计
|
||||
if info.RenderBeginTime > serverStartTime {
|
||||
//logx.Info("任务时间:", info.RenderBeginTime, "服务器启动时间:", serverStartTime)
|
||||
//统计unity处理数
|
||||
|
|
Loading…
Reference in New Issue
Block a user