Commit a6128c4d authored by 黄奎's avatar 黄奎

页面修改

parent b5ee6362
...@@ -70,19 +70,21 @@ namespace Edu.Module.Public ...@@ -70,19 +70,21 @@ namespace Edu.Module.Public
/// <returns></returns> /// <returns></returns>
public List<object> GetStudyAbroadListModule() public List<object> GetStudyAbroadListModule()
{ {
List<object> list = new List<object>(); List<object> list = new List<object>
list.Add(new
{ {
Id = Common.Config.StudyAbroadDirectorId, new
AuditType=1, {
Name = "部门主管审核" Id = Common.Config.StudyAbroadDirectorId,
}); AuditType = 1,
list.Add(new Name = "部门主管审核"
{ },
Id = Common.Config.StudyAbroadManagerId, new
AuditType = 2, {
Name = "部门负责人审核" Id = Common.Config.StudyAbroadManagerId,
}); AuditType = 2,
Name = "部门负责人审核"
}
};
return list; return list;
} }
#endregion #endregion
......
...@@ -704,10 +704,6 @@ namespace Edu.WebApi.Controllers.Course ...@@ -704,10 +704,6 @@ namespace Edu.WebApi.Controllers.Course
if (signModel != null && signModel.ClassCheckId > 0) if (signModel != null && signModel.ClassCheckId > 0)
{ {
item.ClassCheckId = signModel.ClassCheckId; item.ClassCheckId = signModel.ClassCheckId;
<<<<<<< HEAD
=======
//item.StudyNum = signModel.StudyNum;
>>>>>>> 0d337e2c30a339e5ce3b2c8c34b28c7a32a2bdee
item.Group_Id = signModel.Group_Id; item.Group_Id = signModel.Group_Id;
item.CreateTime = signModel.CreateTime; item.CreateTime = signModel.CreateTime;
item.CreateBy = base.UserInfo.Id; item.CreateBy = base.UserInfo.Id;
......
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