From cce3b2b609940b2473fe4ecdcdbe7f3c08e8e9ad Mon Sep 17 00:00:00 2001 From: dyy <807692433@qq.com> Date: Mon, 28 Nov 2022 18:06:53 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E4=BF=AE=E6=94=B9=E3=80=91=E6=88=91?= =?UTF-8?q?=E7=9A=84=E8=80=83=E5=8B=A4=E6=8E=A5=E5=8F=A3=EF=BC=9A=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0=E7=8F=AD=E7=BA=A7=E5=92=8C=E6=95=99=E5=AE=A4=EF=BC=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Learun.Application.WebApi/Modules/TimeTable.cs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Learun.Framework.Ultimate V7/Learun.Application.WebApi/Modules/TimeTable.cs b/Learun.Framework.Ultimate V7/Learun.Application.WebApi/Modules/TimeTable.cs index 3f7f088bf..47b01af09 100644 --- a/Learun.Framework.Ultimate V7/Learun.Application.WebApi/Modules/TimeTable.cs +++ b/Learun.Framework.Ultimate V7/Learun.Application.WebApi/Modules/TimeTable.cs @@ -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();