From bbe1a16c421672d2b49d326441f28bd94c3bca92 Mon Sep 17 00:00:00 2001 From: zhangli <1109134334@qq.com> Date: Fri, 6 May 2022 16:46:09 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8E=92=E8=80=83=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Controllers/Exam_ExamPlanLessonController.cs | 4 ++-- .../Views/Exam_ExamPlanLesson/FormTeacher.cshtml | 4 ++-- 2 files changed, 4 insertions(+), 4 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 7fdec2ab7..7d59523c4 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 @@ -77,7 +77,7 @@ namespace Learun.Application.Web.Areas.EducationalAdministration.Controllers /// /// /// - [HttpGet] + [HttpGet] [AjaxOnly] public ActionResult GetClassInfoPageList(string pagination, string queryJson) { @@ -257,7 +257,7 @@ namespace Learun.Application.Web.Areas.EducationalAdministration.Controllers if (ELCheckMark == 1) { var entity = exam_ExamPlanLessonIBLL.GetExam_ExamPlanLessonEntity(keyValue); - if (entity.ExamDate == null || entity.ExamTimeStart == null || entity.ExamTimeEnd == null) + if (entity.ExamDate == null || entity.ExamTime == null) { return Fail("请先设置考试时间!"); } diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/Exam_ExamPlanLesson/FormTeacher.cshtml b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/Exam_ExamPlanLesson/FormTeacher.cshtml index 7800bb401..04f6bf75c 100644 --- a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/Exam_ExamPlanLesson/FormTeacher.cshtml +++ b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/Exam_ExamPlanLesson/FormTeacher.cshtml @@ -10,14 +10,14 @@
-
+ @*
学年
学期
-
+
*@
教师编号