Commit 0dc7b093 authored by liudong1993's avatar liudong1993

1

parent 69f88bcc
...@@ -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