diff --git a/resources/mybatis1/api/V1Mapper.xml b/resources/mybatis1/api/V1Mapper.xml
index 815a11a..66ba75f 100644
--- a/resources/mybatis1/api/V1Mapper.xml
+++ b/resources/mybatis1/api/V1Mapper.xml
@@ -135,32 +135,35 @@
+
+
+
diff --git a/resources/mybatis1/sunvote/CourseManagementMapper.xml b/resources/mybatis1/sunvote/CourseManagementMapper.xml
index c210f34..8fde21b 100644
--- a/resources/mybatis1/sunvote/CourseManagementMapper.xml
+++ b/resources/mybatis1/sunvote/CourseManagementMapper.xml
@@ -17,6 +17,7 @@
REMARK,
GRADE_ID,
TERM_ID,
+ SCHOOL_ID,
ID
@@ -30,6 +31,7 @@
#{REMARK},
#{GRADE_ID},
#{TERM_ID},
+ #{SCHOOL_ID},
#{ID}
@@ -46,6 +48,7 @@
END_DATE,
GRADE_ID,
TERM_ID,
+ SCHOOL_ID,
REMARK
) values (
#{ID},
@@ -56,6 +59,7 @@
#{END_DATE},
#{GRADE_ID},
#{TERM_ID},
+ #{SCHOOL_ID},
#{REMARK}
)
@@ -81,6 +85,7 @@
REMARK = #{REMARK},
GRADE_ID = #{GRADE_ID},
TERM_ID = #{TERM_ID},
+ SCHOOL_ID = #{SCHOOL_ID},
ID = ID
where
ID = #{ID}
diff --git a/resources/mybatis1/sunvote/SubjectMapper.xml b/resources/mybatis1/sunvote/SubjectMapper.xml
index 3e13b1f..a29f9a2 100644
--- a/resources/mybatis1/sunvote/SubjectMapper.xml
+++ b/resources/mybatis1/sunvote/SubjectMapper.xml
@@ -100,7 +100,10 @@