From 3e88ec8410dc84099e2f4c7cdc0d83d9005977b5 Mon Sep 17 00:00:00 2001 From: ndbs Date: Sun, 9 Oct 2022 11:10:25 +0800 Subject: [PATCH] =?UTF-8?q?app2.0=E8=8E=B7=E5=8F=96=E5=AD=A6=E7=94=9F?= =?UTF-8?q?=E8=AF=BE=E8=A1=A8=E6=9C=89=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Learun.Application.WebApi/Modules/TimeTable.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 934781095..f4cec3a59 100644 --- a/Learun.Framework.Ultimate V7/Learun.Application.WebApi/Modules/TimeTable.cs +++ b/Learun.Framework.Ultimate V7/Learun.Application.WebApi/Modules/TimeTable.cs @@ -220,7 +220,7 @@ namespace Learun.Application.WebApi.Modules var Stulist = stuInfoBasicIBLL.GetAllList().Where(x => x.StuNo == param.Account).FirstOrDefault(); if (Stulist != null) { - Data = arrangeLessonTermIBLL.GetTimeTableInEducation(param.StartDate, param.EndDate, param.ClassNo, "", ""); + Data = arrangeLessonTermIBLL.GetTimeTableInEducation(param.StartDate, param.EndDate, Stulist.ClassNo, "", ""); } } else if (param.Description == "教师")