From ef2c6eec92264a9afbcb25ace4d4f4a3408f3c56 Mon Sep 17 00:00:00 2001 From: ndbs Date: Tue, 28 Mar 2023 18:29:36 +0800 Subject: [PATCH] =?UTF-8?q?=E8=80=83=E5=8A=A1=E7=AE=A1=E7=90=86-=E7=94=9F?= =?UTF-8?q?=E6=88=90=E6=8E=92=E8=80=83=E6=98=8E=E7=BB=86=20=E4=BF=9D?= =?UTF-8?q?=E5=AD=98=E5=AD=A6=E6=A0=A1=E7=BC=96=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Exam_ExamPlan/Exam_ExamPlanService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/EducationalAdministration/Exam_ExamPlan/Exam_ExamPlanService.cs b/Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/EducationalAdministration/Exam_ExamPlan/Exam_ExamPlanService.cs index 1f59b908c..92212d000 100644 --- a/Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/EducationalAdministration/Exam_ExamPlan/Exam_ExamPlanService.cs +++ b/Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/EducationalAdministration/Exam_ExamPlan/Exam_ExamPlanService.cs @@ -384,7 +384,7 @@ delete from Exam_ExamPlanRoom where EPLId in ('{planLessonIds}');"); item.EmpNo = planRoom.EmpNo; item.ClassroomName = planRoom.ClassroomName; item.ClassroomNo = planRoom.ClassroomNo; - item.F_SchoolId = LoginUserInfo.Get().userId; + item.F_SchoolId = LoginUserInfo.Get().companyId; item.SitNumber = sealNumArr[n].ToString().PadLeft(3, '0'); itemList.Add(item); }