Commit d5cc1542 authored by 黄奎's avatar 黄奎

页面修改

parent 2008a3b6
......@@ -93,5 +93,10 @@ namespace Edu.Model.Entity.Exam
/// 测评次数
/// </summary>
public int Times { get; set; }
/// <summary>
/// 创建时间
/// </summary>
public DateTime CreateTime { get; set; }
}
}
......@@ -1136,6 +1136,7 @@ namespace Edu.WebApi.Controllers.Exam
StudentAnswer=base.ParmJObj.GetStringValue("StudentAnswer"),
Times=base.ParmJObj.GetInt("Times"),
};
model.CreateTime = DateTime.Now;
bool flag = courseExamModule.SetStudentPracticeModule(model);
return flag ? ApiResult.Success() : ApiResult.Failed();
}
......
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