From 9f161055ecd0f1d5fa2295734007d1099019a7d2 Mon Sep 17 00:00:00 2001 From: Elvis Date: Tue, 26 Jun 2018 10:32:55 +0800 Subject: [PATCH] 修改高斯客户反馈 --- WebRoot/WEB-INF/jsp/sunvote/attachkeyboard/attachkeyboard_edit.jsp | 114 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ WebRoot/WEB-INF/jsp/sunvote/attachkeyboard/attachkeyboard_list.jsp | 344 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ WebRoot/WEB-INF/jsp/sunvote/coursemanagement/coursemanagement_list.jsp | 17 ++++------------- WebRoot/WEB-INF/jsp/sunvote/event/event_edit.jsp | 178 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ WebRoot/WEB-INF/jsp/sunvote/event/event_list.jsp | 376 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ WebRoot/WEB-INF/jsp/sunvote/schoolgradesubject/schoolgradesubject_edit.jsp | 24 +++++++++++++++++++++--- WebRoot/WEB-INF/jsp/sunvote/schoolgradesubject/schoolgradesubject_list.jsp | 27 ++++++++------------------- WebRoot/afterService/document/高思答题器售后维修流程.pdf | Bin 0 -> 146165 bytes WebRoot/afterService/gsdt_info.html | 7 +++---- WebRoot/afterService/gsindex.html | 2 +- WebRoot/afterService/gsinfo.html | 7 +++---- resources/mybatis1/api/V1Mapper.xml | 2 ++ resources/mybatis1/sunvote/AttachKeyboardMapper.xml | 116 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ resources/mybatis1/sunvote/CourseManagementMapper.xml | 13 ++++++++----- resources/mybatis1/sunvote/EventMapper.xml | 119 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ src/com/fh/controller/api/ApiServer.java | 47 ++++++++++++++++++----------------------------- src/com/fh/controller/api/V.java | 1 + src/com/fh/controller/api/V1.java | 7 +++++++ src/com/fh/controller/sunvote/attachkeyboard/AttachKeyboardController.java | 218 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ src/com/fh/controller/sunvote/coursemanagement/CourseManagementController.java | 6 ++++++ src/com/fh/controller/sunvote/event/EventController.java | 217 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ src/com/fh/controller/sunvote/schoolgradesubject/SchoolGradeSubjectController.java | 36 ++++++++++++++++++++++++++++++++++++ src/com/fh/controller/system/login/LoginController.java | 21 ++++++++++++++++++--- src/com/fh/service/sunvote/attachkeyboard/AttachKeyboardManager.java | 61 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ src/com/fh/service/sunvote/attachkeyboard/impl/AttachKeyboardService.java | 90 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ src/com/fh/service/sunvote/event/EventManager.java | 58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ src/com/fh/service/sunvote/event/impl/EventService.java | 82 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 27 files changed, 2109 insertions(+), 81 deletions(-) create mode 100644 WebRoot/WEB-INF/jsp/sunvote/attachkeyboard/attachkeyboard_edit.jsp create mode 100644 WebRoot/WEB-INF/jsp/sunvote/attachkeyboard/attachkeyboard_list.jsp create mode 100644 WebRoot/WEB-INF/jsp/sunvote/event/event_edit.jsp create mode 100644 WebRoot/WEB-INF/jsp/sunvote/event/event_list.jsp create mode 100644 WebRoot/afterService/document/高思答题器售后维修流程.pdf create mode 100644 resources/mybatis1/sunvote/AttachKeyboardMapper.xml create mode 100644 resources/mybatis1/sunvote/EventMapper.xml create mode 100644 src/com/fh/controller/sunvote/attachkeyboard/AttachKeyboardController.java create mode 100644 src/com/fh/controller/sunvote/event/EventController.java create mode 100644 src/com/fh/service/sunvote/attachkeyboard/AttachKeyboardManager.java create mode 100644 src/com/fh/service/sunvote/attachkeyboard/impl/AttachKeyboardService.java create mode 100644 src/com/fh/service/sunvote/event/EventManager.java create mode 100644 src/com/fh/service/sunvote/event/impl/EventService.java diff --git a/WebRoot/WEB-INF/jsp/sunvote/attachkeyboard/attachkeyboard_edit.jsp b/WebRoot/WEB-INF/jsp/sunvote/attachkeyboard/attachkeyboard_edit.jsp new file mode 100644 index 0000000..641ef7a --- /dev/null +++ b/WebRoot/WEB-INF/jsp/sunvote/attachkeyboard/attachkeyboard_edit.jsp @@ -0,0 +1,114 @@ +<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> +<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%> +<%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt"%> +<%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions" %> +<% + String path = request.getContextPath(); + String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/"; +%> + + + + + + + + <%@ include file="../../system/index/top.jsp"%> + + + + + +
+ +
+
+
+
+
+ +
+ +
+ + + + + + + + + + + + +
班级: + +
键盘:
+ 保存 + 取消 +
+
+ +
+
+ +
+ +
+ +
+
+ +
+ + + + + <%@ include file="../../system/index/foot.jsp"%> + + + + + + + + + \ No newline at end of file diff --git a/WebRoot/WEB-INF/jsp/sunvote/attachkeyboard/attachkeyboard_list.jsp b/WebRoot/WEB-INF/jsp/sunvote/attachkeyboard/attachkeyboard_list.jsp new file mode 100644 index 0000000..351eba0 --- /dev/null +++ b/WebRoot/WEB-INF/jsp/sunvote/attachkeyboard/attachkeyboard_list.jsp @@ -0,0 +1,344 @@ +<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> +<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%> +<%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt"%> +<%@ taglib prefix="myelfun" uri="/WEB-INF/tld/elfun.tld"%> +<% + String path = request.getContextPath(); + String basePath = request.getScheme() + "://" + + request.getServerName() + ":" + request.getServerPort() + + path + "/"; +%> + + + + + + + +<%@ include file="../../system/index/top.jsp"%> + + + + + + +
+ +
+
+
+
+
+ + +
+ + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + 序号班级键盘操作
+ + ${vs.index+1}${myelfun:findClassName(var.CLASS_ID)}${var.KEYBOARD_ID} + + + + + +
您无权查看
没有相关数据
+ +
+ +
+ +
+ +
+ +
+
+ + + + + + + +
+ + + + + <%@ include file="../../system/index/foot.jsp"%> + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/WebRoot/WEB-INF/jsp/sunvote/coursemanagement/coursemanagement_list.jsp b/WebRoot/WEB-INF/jsp/sunvote/coursemanagement/coursemanagement_list.jsp index f2acd0e..a81c3b1 100644 --- a/WebRoot/WEB-INF/jsp/sunvote/coursemanagement/coursemanagement_list.jsp +++ b/WebRoot/WEB-INF/jsp/sunvote/coursemanagement/coursemanagement_list.jsp @@ -34,22 +34,13 @@
- - - diff --git a/WebRoot/WEB-INF/jsp/sunvote/event/event_edit.jsp b/WebRoot/WEB-INF/jsp/sunvote/event/event_edit.jsp new file mode 100644 index 0000000..47c1f41 --- /dev/null +++ b/WebRoot/WEB-INF/jsp/sunvote/event/event_edit.jsp @@ -0,0 +1,178 @@ +<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> +<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%> +<%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt"%> +<%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions" %> +<% + String path = request.getContextPath(); + String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/"; +%> + + + + + + + + <%@ include file="../../system/index/top.jsp"%> + + + + + +
+ +
+
+
+
+
+ + + +
+
- - - - - + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
时间名称:
事件人:
事件类型:
事件起始时间:
事件结束时间:
客户ID:
IP:
+ 保存 + 取消 +
+ + +
+ + + + + + + + + + + + + + + <%@ include file="../../system/index/foot.jsp"%> + + + + + + + + + \ No newline at end of file diff --git a/WebRoot/WEB-INF/jsp/sunvote/event/event_list.jsp b/WebRoot/WEB-INF/jsp/sunvote/event/event_list.jsp new file mode 100644 index 0000000..697fa5b --- /dev/null +++ b/WebRoot/WEB-INF/jsp/sunvote/event/event_list.jsp @@ -0,0 +1,376 @@ +<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> +<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%> +<%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt"%> +<% + String path = request.getContextPath(); + String basePath = request.getScheme() + "://" + + request.getServerName() + ":" + request.getServerPort() + + path + "/"; +%> + + + + + + + +<%@ include file="../../system/index/top.jsp"%> + + + + + + +
+ +
+
+
+
+
+ + +
+ + + + + + + + + + + +
+ + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + 序号时间名称事件人事件类型事件起始时间事件结束时间客户IDIP操作
+ + ${vs.index+1}${var.EVENT_NAME}${var.EVENT_USER}${var.EVENT_TYPE}${var.EVENT_START_TIME}${var.EVENT_STOP_TIME}${var.CLIENT_ID}${var.EVENT_IP} + + + + + +
您无权查看
没有相关数据
+ +
+ +
+ +
+ +
+ +
+
+ + + + + + + +
+ + + + + <%@ include file="../../system/index/foot.jsp"%> + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/WebRoot/WEB-INF/jsp/sunvote/schoolgradesubject/schoolgradesubject_edit.jsp b/WebRoot/WEB-INF/jsp/sunvote/schoolgradesubject/schoolgradesubject_edit.jsp index a6d8b65..8f9ab24 100644 --- a/WebRoot/WEB-INF/jsp/sunvote/schoolgradesubject/schoolgradesubject_edit.jsp +++ b/WebRoot/WEB-INF/jsp/sunvote/schoolgradesubject/schoolgradesubject_edit.jsp @@ -33,15 +33,33 @@ - + - + - + - - - + + +
学校: + +
年级: + +
科目: + +
diff --git a/WebRoot/WEB-INF/jsp/sunvote/schoolgradesubject/schoolgradesubject_list.jsp b/WebRoot/WEB-INF/jsp/sunvote/schoolgradesubject/schoolgradesubject_list.jsp index 71fcdeb..b4c4001 100644 --- a/WebRoot/WEB-INF/jsp/sunvote/schoolgradesubject/schoolgradesubject_list.jsp +++ b/WebRoot/WEB-INF/jsp/sunvote/schoolgradesubject/schoolgradesubject_list.jsp @@ -1,6 +1,7 @@ <%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%> <%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt"%> +<%@ taglib prefix="myelfun" uri="/WEB-INF/tld/elfun.tld"%> <% String path = request.getContextPath(); String basePath = request.getScheme() + "://" @@ -33,27 +34,15 @@
- - - - - -
- - - - - + + +
@@ -84,9 +73,9 @@
${vs.index+1}${var.SCHOOL_ID}${var.GRADE_ID}${var.SUBJECT_ID}${myelfun:findSchoolName(var.SCHOOL_ID)}${myelfun:findGradeName(var.GRADE_ID)}${myelfun:findSubjectCName(var.SUBJECT_ID)} diff --git a/WebRoot/afterService/document/高思答题器售后维修流程.pdf b/WebRoot/afterService/document/高思答题器售后维修流程.pdf new file mode 100644 index 0000000..5a70bc4 Binary files /dev/null and b/WebRoot/afterService/document/高思答题器售后维修流程.pdf differ diff --git a/WebRoot/afterService/gsdt_info.html b/WebRoot/afterService/gsdt_info.html index 7da7f3c..e1877a8 100644 --- a/WebRoot/afterService/gsdt_info.html +++ b/WebRoot/afterService/gsdt_info.html @@ -74,8 +74,7 @@ @@ -84,8 +83,8 @@
diff --git a/WebRoot/afterService/gsindex.html b/WebRoot/afterService/gsindex.html index d7a6164..b56e584 100644 --- a/WebRoot/afterService/gsindex.html +++ b/WebRoot/afterService/gsindex.html @@ -105,7 +105,7 @@