This commit is contained in:
laodaming 2023-11-02 12:25:51 +08:00
parent ca24f9db30
commit ba9cb470a6

View File

@ -47,7 +47,7 @@ func (l *RenderNotifyLogic) RenderNotify(req *types.RenderNotifyReq, userinfo *a
return resp.SetStatusWithMessage(basic.CodeRequestParamsErr, "failed to parse param taskId !!!!")
}
if info.RenderBeginTime > serverStartTime {
logx.Info("任务时间:", info.RenderBeginTime, "服务器启动时间:", serverStartTime)
//logx.Info("任务时间:", info.RenderBeginTime, "服务器启动时间:", serverStartTime)
//统计unity处理数
decreaseUnityRequestCount(req.UserId, req.GuestId)
if req.Code != 0 {