From 63641b4885be78c5fa35fc421c6383394424261d Mon Sep 17 00:00:00 2001
From: zhangli <1109134334@qq.com>
Date: Mon, 20 Jun 2022 18:08:09 +0800
Subject: [PATCH] =?UTF-8?q?=E5=AE=89=E6=8E=92=E8=80=83=E8=AF=95-=E8=AE=BE?=
=?UTF-8?q?=E7=BD=AE=E8=80=83=E8=AF=95=E6=97=B6=E9=97=B4=E4=BF=AE=E6=94=B9?=
=?UTF-8?q?=E4=B8=BA=E4=B8=8B=E6=8B=89=E6=A1=86=EF=BC=8C=E8=8E=B7=E5=8F=96?=
=?UTF-8?q?=E8=80=83=E8=AF=95=E8=AE=B0=E5=BD=95=E7=9A=84=E5=AE=89=E6=8E=92?=
=?UTF-8?q?=E6=97=B6=E9=97=B4=E6=95=B0=E6=8D=AE?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../Exam_ExamPlanLessonController.cs | 28 ++++--
.../Views/Exam_ExamPlanLesson/Form.cshtml | 14 ++-
.../Views/Exam_ExamPlanLesson/Form.js | 21 ++++-
.../Exam_ExamPlanLessonBLL.cs | 39 +++++++-
.../Exam_ExamPlanLessonIBLL.cs | 3 +-
.../Exam_ExamPlanLessonService.cs | 93 +++++++++++++++++++
.../Exam_ExamPlanTimeEntity.cs | 3 +
7 files changed, 185 insertions(+), 16 deletions(-)
diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Controllers/Exam_ExamPlanLessonController.cs b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Controllers/Exam_ExamPlanLessonController.cs
index 1b29bacd0..86baa8d27 100644
--- a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Controllers/Exam_ExamPlanLessonController.cs
+++ b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Controllers/Exam_ExamPlanLessonController.cs
@@ -21,7 +21,6 @@ namespace Learun.Application.Web.Areas.EducationalAdministration.Controllers
private Exam_ExamPlanClassIBLL exam_ExamPlanClassIBLL = new Exam_ExamPlanClassBLL();
private Exam_ExamStudentIBLL exam_ExamStudentIBLL = new Exam_ExamStudentBLL();
private Exam_ExamPlanRoomIBLL exam_ExamPlanRoomIBLL = new Exam_ExamPlanRoomBLL();
- private StuInfoBasicIBLL StuInfoBasicIBLL = new StuInfoBasicBLL();
#region 视图功能
@@ -152,7 +151,7 @@ namespace Learun.Application.Web.Areas.EducationalAdministration.Controllers
///
///
///