From 1595391326eb59f20259a15c35dd3873e6e8fc3d Mon Sep 17 00:00:00 2001
From: yangdj <18302547071@163>
Date: Tue, 21 Mar 2023 22:11:43 +0800
Subject: [PATCH] =?UTF-8?q?=E8=80=83=E8=AF=81=E8=BE=85=E5=AF=BC?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 .../main/resources/templates/jlw/courseInfo/examInfoList.html   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/web/src/main/resources/templates/jlw/courseInfo/examInfoList.html b/web/src/main/resources/templates/jlw/courseInfo/examInfoList.html
index 892e79eb..df3eded3 100644
--- a/web/src/main/resources/templates/jlw/courseInfo/examInfoList.html
+++ b/web/src/main/resources/templates/jlw/courseInfo/examInfoList.html
@@ -362,7 +362,7 @@
                     var examTime_ = $("#examTime_").val();
                     if(!$.isEmpty(examTime_)){
                         param.generalQuestionStartTime = examTime_.split("至")[0];
-                        param.generalQuestionEndTime = examTime_.split("至")[0];
+                        param.generalQuestionEndTime = examTime_.split("至")[1];
                     }else {
                         Common.info("请选择考试时间!");
                         return;