LingxinMeng 11 meses atrás
pai
commit
15eeeb3be5
1 arquivos alterados com 1 adições e 1 exclusões
  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:  "车辆未在起点开启自动驾驶模式,且今日无考试记录,错误启动自动驾驶模式。",