diff --git a/WebContent/generatorConfig.xml b/WebContent/generatorConfig.xml
index 11feb47b918769a3ed90b07c3094887eb5c90ffc..580b053a1e39ed89086a7681b4468eae4c200046 100644
--- a/WebContent/generatorConfig.xml
+++ b/WebContent/generatorConfig.xml
@@ -80,7 +80,7 @@
-->
-
+
+
\ No newline at end of file
diff --git a/WebContent/jsp/QueryCurriculum.jsp b/WebContent/jsp/QueryCurriculum.jsp
index 5b9b9f95a0a3ee189e04c01e4620b9f3afbb1a55..396bac34754733de71e1c8fc12f7247f0a95108a 100644
--- a/WebContent/jsp/QueryCurriculum.jsp
+++ b/WebContent/jsp/QueryCurriculum.jsp
@@ -9,121 +9,210 @@
实施进程表
-
+
-
-
-
-
@@ -178,15 +267,24 @@
ID |
- 课程名称 |
+ 课程名称 |
-
+
-
- ${course.id } |
- ${course.name} |
-
+
+ ${course.id } |
+ ${course.name} |
+
+ ---- |
+ ${course.score} |
+ 0 |
+ ${course.theoretical} |
+ ${course.experiement} |
+ 0 |
+ 1 |
+ 17 |
+
@@ -234,7 +332,7 @@
结束周 |
-
+
## |
小计 |
@@ -278,130 +376,84 @@
-
-
-
-
- ID |
- 课程名称 |
- 课程编号 |
- 学分 |
- 学期学时 |
- 理论学时 |
- 实验学时 |
- 周学时 |
- 起始周 |
- 结束周 |
-
-
-
- ---- |
- ---- |
- ---- |
- ---- |
- ---- |
- ---- |
- ---- |
- ---- |
- ---- |
- ---- |
-
-
-
- ${curriculum.id } |
-
-
-
- ${course.name } |
- ${course.identifier } |
- ${course.score } |
- ${course.theoretical } |
- ${course.experiement } |
-
- ${user.id} |
-
-
- ${curriculum.hpw } |
- ${curriculum.start } |
- ${curriculum.end } |
-
- 更新
- 删除
- |
-
-
-
-
-
+
+
+
+
+ ID |
+ 课程名称 |
+ 课程编号 |
+ 学分 |
+ 学期学时 |
+ 理论学时 |
+ 实验学时 |
+ 周学时 |
+ 起始周 |
+ 结束周 |
+
+
+
+ ## |
+ 小计 |
+ ---- |
+ 0 |
+ 0 |
+ 0 |
+ 0 |
+ 0 |
+ ---- |
+ ---- |
+
+
+
+ ${curriculum.id } |
+
+
+
+ ${course.name } |
+ ${course.identifier } |
+ ${course.score } |
+ ${course.theoretical } |
+ ${course.experiement } |
+
+ ${user.id} |
+
+
+ ${curriculum.hpw } |
+ ${curriculum.start } |
+ ${curriculum.end } |
+
+ 更新
+ 删除
+ |
+
+
+
+
+
- 3
- 4
- 5
- 6
- 7
- 8
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
- <%--
-
-
-
- ID |
- 课程名称 |
- 课程编号 |
- 学分 |
- 学期学时 |
- 理论学时 |
- 实验学时 |
- 周学时 |
- 起始周 |
- 结束周 |
-
-
-
-
-
- ${curriculum.id } |
-
-
-
- ${course.name } |
- ${course.identifier } |
- ${course.score } |
- ${course.theoretical } |
- ${course.experiement } |
-
- ${user.id} |
-
-
- ${curriculum.hpw } |
- ${curriculum.start } |
- ${curriculum.end } |
-
- 更新
- 删除
- |
-
-
-
-
-
--%>
-
-
-
-
-
-
-
-
- <%--
- 增加课程 --%>
+
diff --git a/WebContent/jsp/semester.jsp b/WebContent/jsp/semester.jsp
new file mode 100644
index 0000000000000000000000000000000000000000..eb7fb0dd57db737355e219d20ec1378f89db3dfa
--- /dev/null
+++ b/WebContent/jsp/semester.jsp
@@ -0,0 +1,59 @@
+<%@ page language="java" contentType="text/html; charset=UTF-8"
+ pageEncoding="UTF-8"%>
+<%@taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%>
+<%@taglib uri="http://java.sun.com/jsp/jstl/fmt" prefix="fmt"%>
+
+
+
+
+
+ ID |
+ 课程名称 |
+ 课程编号 |
+ 学分 |
+ 学期学时 |
+ 理论学时 |
+ 实验学时 |
+ 周学时 |
+ 起始周 |
+ 结束周 |
+
+
+
+
+ ## |
+ 小计 |
+ ---- |
+ 0 |
+ 0 |
+ 0 |
+ 0 |
+ 0 |
+ ---- |
+ ---- |
+
+
+
+
+ ${curriculum.id } |
+
+
+
+ ${course.name } |
+ ${course.identifier } |
+ ${course.score } |
+ ${course.theoretical } |
+ ${course.experiement } |
+
+ ${user.id} |
+
+
+ ${curriculum.hpw } |
+ ${curriculum.start } |
+ ${curriculum.end } |
+
+
+
+
+
+
diff --git a/build/classes/cn/edu/hrbcu/curriculum/controller/CurriculumController.class b/build/classes/cn/edu/hrbcu/curriculum/controller/CurriculumController.class
index b401fa4bb0460e573a18b771d1c9711e091082b6..973a3c50a612b072d95b0cd4c423566264d6449e 100644
Binary files a/build/classes/cn/edu/hrbcu/curriculum/controller/CurriculumController.class and b/build/classes/cn/edu/hrbcu/curriculum/controller/CurriculumController.class differ
diff --git a/build/classes/cn/edu/hrbcu/curriculum/mapper/CurriculumMapper.xml b/build/classes/cn/edu/hrbcu/curriculum/mapper/CurriculumMapper.xml
index cebda364b85c9ad5c3e17454a81e10d84650dd4c..72bbd56ce7fc1d5e941f047ef29abf949e5f0145 100644
--- a/build/classes/cn/edu/hrbcu/curriculum/mapper/CurriculumMapper.xml
+++ b/build/classes/cn/edu/hrbcu/curriculum/mapper/CurriculumMapper.xml
@@ -9,6 +9,7 @@
+
@@ -69,7 +70,7 @@
- id, specialityid, courseid, semester, start, end, hpw
+ id, specialityid, courseid, semester, start, end, hpw, sort