Commit 30588bc7 authored by 黄奎's avatar 黄奎

页面修改

parent c5a133f9
......@@ -31,5 +31,10 @@ namespace Edu.Model.ViewModel.Exam
/// 是否查询文件夹
/// </summary>
public int IsQueryFolder { get; set; }
/// <summary>
/// 创建人
/// </summary>
public string CreateByName { get; set; }
}
}
......@@ -492,6 +492,7 @@ namespace Edu.Module.Exam
var extModel = examination_PaperRepository.GetEntity<RB_Examination_Paper_ViewModel>(PaperId);
if (extModel != null && extModel.PaperId > 0)
{
extModel.CreateByName = UserReidsCache.GetUserLoginInfo(extModel.CreateBy)?.AccountName ?? "";
extModel.GroupList = GetExaminationGroupListModule(new RB_Examination_Group_ViewModel()
{
PaperId = extModel.PaperId
......
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