This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
bjquanjiang
/
DigitalScholl
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Merge branch '长阳分支中职' of
http://123.57.209.16:3000/bjquanjiang/DigitalScholl
into 长阳分支中职
新疆警官学校中职
ndbs
2 years ago
parent
c9d585f964
d48d6995c7
commit
dccc824fc9
1 changed files
with
3 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
Learun.Framework.Ultimate V7/Learun.Application.WebApi/Modules/TimeTable.cs
+ 3
- 0
Learun.Framework.Ultimate V7/Learun.Application.WebApi/Modules/TimeTable.cs
View File
@@ -144,7 +144,10 @@ namespace Learun.Application.WebApi.Modules
Teacher = lessonTerms.FirstOrDefault(b => b.EmpNo == a.EmpNo)?.EmpName,
a.LessonTime,
a.EmpNo,
a.ClassRoomNo,
a.ClassRoomName,
a.ClassNo,
a.ClassName,
a.Sort,
a.AttendOrNo
}).ToList();
Write
Preview
Loading…
Cancel
Save