From 58e024aeefe61a6112337937e5af46901d4b0df2 Mon Sep 17 00:00:00 2001 From: jack_rabbit <376168706@qq.com> Date: Fri, 13 Dec 2019 17:22:03 +0800 Subject: [PATCH] 1.修改logo 2.添加按学生分析接口 --- WebRoot/WEB-INF/jsp/sunvote/admin/admin_main.jsp | 2 +- WebRoot/WEB-INF/jsp/sunvote/teacher/teacher_main.jsp | 2 +- WebRoot/WEB-INF/jsp/system/index/en_login.jsp | 2 ++ WebRoot/WEB-INF/jsp/system/index/login.jsp | 8 +++++--- WebRoot/static/images/logo.png | Bin 3408 -> 0 bytes WebRoot/static/login/title.png | Bin 30505 -> 0 bytes resources/mybatis1/sunvote/StudentTestMapper.xml | 23 +++++++++++++++++++++++ src/com/fh/controller/base/BaseController.java | 13 ++++++++++++- src/com/fh/controller/sunvote/paper/PaperController.java | 46 ++++++++++++++++++++++++++++++++++++++++++++++ src/com/fh/service/sunvote/studenttest/StudentTestManager.java | 6 ++++++ src/com/fh/service/sunvote/studenttest/impl/StudentTestService.java | 8 ++++++++ 11 files changed, 104 insertions(+), 6 deletions(-) diff --git a/WebRoot/WEB-INF/jsp/sunvote/admin/admin_main.jsp b/WebRoot/WEB-INF/jsp/sunvote/admin/admin_main.jsp index 6a32919..46a5df3 100644 --- a/WebRoot/WEB-INF/jsp/sunvote/admin/admin_main.jsp +++ b/WebRoot/WEB-INF/jsp/sunvote/admin/admin_main.jsp @@ -14,7 +14,7 @@ -鹿鸣周测管理系统 +中天电子-教育管理系统 diff --git a/WebRoot/WEB-INF/jsp/system/index/en_login.jsp b/WebRoot/WEB-INF/jsp/system/index/en_login.jsp index 0d50617..1e34c80 100644 --- a/WebRoot/WEB-INF/jsp/system/index/en_login.jsp +++ b/WebRoot/WEB-INF/jsp/system/index/en_login.jsp @@ -81,6 +81,8 @@ html,body{
+ +
diff --git a/WebRoot/WEB-INF/jsp/system/index/login.jsp b/WebRoot/WEB-INF/jsp/system/index/login.jsp index 41271bb..e847062 100644 --- a/WebRoot/WEB-INF/jsp/system/index/login.jsp +++ b/WebRoot/WEB-INF/jsp/system/index/login.jsp @@ -14,7 +14,7 @@ -鹿鸣周测管理系统 +中天电子-教育管理系统 @@ -80,17 +80,19 @@ body{
+ +
记住密码
- +
登录 diff --git a/WebRoot/static/images/logo.png b/WebRoot/static/images/logo.png index 5bf27a2..74104a4 100644 Binary files a/WebRoot/static/images/logo.png and b/WebRoot/static/images/logo.png differ diff --git a/WebRoot/static/login/title.png b/WebRoot/static/login/title.png index 4d1f8f0..7b35490 100644 Binary files a/WebRoot/static/login/title.png and b/WebRoot/static/login/title.png differ diff --git a/resources/mybatis1/sunvote/StudentTestMapper.xml b/resources/mybatis1/sunvote/StudentTestMapper.xml index 69268ad..330733f 100644 --- a/resources/mybatis1/sunvote/StudentTestMapper.xml +++ b/resources/mybatis1/sunvote/StudentTestMapper.xml @@ -87,6 +87,29 @@ STUDENTTEST_ID = #{STUDENTTEST_ID} + + +