Commit 531a1315 authored by 吴春's avatar 吴春

提交代码

parent 226f8109
......@@ -732,6 +732,14 @@ namespace Edu.Module.Exam
GroupList = paperTypeList,
};
}
if (examPublish==null)
{
examPublish = new RB_Examination_Publish_ViewModel();
}
if (extModel==null)
{
extModel = new RB_Examination_Paper_ViewModel();
}
examPublish.GuestId = GuestId;
extModel.GuestId = GuestId;
return new
......
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