Commit 8c47de91 authored by 黄奎's avatar 黄奎

页面修改

parent 9654af12
......@@ -215,7 +215,7 @@ namespace Edu.WebApi.Controllers.Exam
string msg = analysisQuestion.CheckQuestion(detailModel.QuestionTypeKey, detailModel.QuestionContent, detailModel.Answer, out string newAnswer);
if (!string.IsNullOrEmpty(msg))
{
return ApiResult.Failed(message: "【" + detailModel.Title + "】" + msg);
return ApiResult.Failed(message: "【" + gModel.GroupName + "," + (dSortNum) + "题】" + msg);
}
else
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment