LingxinMeng 11 月之前
父节点
当前提交
15eeeb3be5
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      amd64/score_server/handler/h_exam.go

+ 1 - 1
amd64/score_server/handler/h_exam.go

@@ -134,7 +134,7 @@ func Tick(c *gin.Context) {
 			}
 		}
 		{
-			c_log.GlobalLogger.Errorf("队伍 %v 的考试车辆未在起点开启自动驾驶模式,且今日无考试记录,错误启动自动驾驶模式。", param.TeamName)
+			c_log.GlobalLogger.Errorf("队伍 %v 的考试车辆 %v 未在起点开启自动驾驶模式,且今日无考试记录,错误启动自动驾驶模式。", param.TeamName, param.EquipmentNo)
 			c.JSON(http.StatusOK, commonEntity.Response{
 				Code: 400,
 				Msg:  "车辆未在起点开启自动驾驶模式,且今日无考试记录,错误启动自动驾驶模式。",