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
【修改】我的考勤接口:增加班级和教室;
新疆警官学校中职
dyy
2 years ago
parent
4cfd3eeb18
commit
cce3b2b609
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