Commit f3a5ef11 authored by 黄奎's avatar 黄奎

Merge branch 'master' of http://gitlab.oytour.com/Kui2/education

parents 1628c8d6 16d5af72
...@@ -1085,10 +1085,12 @@ namespace Edu.Module.Course ...@@ -1085,10 +1085,12 @@ namespace Edu.Module.Course
{ {
demodel.HelpEnterId = demodel.CreateBy; demodel.HelpEnterId = demodel.CreateBy;
} }
else //else
{ //{
demodel.EnterID = demodel.CreateBy; // demodel.EnterID = demodel.CreateBy;
} //}
// 强制修改为 该学生的创建人 2022-03-08 ld
demodel.EnterID = StuList.FirstOrDefault()?.CreateBy ?? 0;
} }
if (demodel.OrderIdentify == 2 && StuList.Where(x => x.IsRenewGuest == 1).Any()) if (demodel.OrderIdentify == 2 && StuList.Where(x => x.IsRenewGuest == 1).Any())
{ {
......
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