-
${var.GRADE_NAME}${var.SUBJECT_NAME} ${var.CLASS_NAME}
+
测验
@@ -207,6 +207,10 @@
$(".test").click(function(){
$(".content_r").html('
');
})
+
+ function chooseClass(classID,termID){
+ $(".content_r").html('
');
+ }
$(".analysis").click(function(){
$(".content_r").html('

');
})
diff --git a/resources/mybatis1/api/V1Mapper.xml b/resources/mybatis1/api/V1Mapper.xml
index c6a842c..c5a3cf2 100644
--- a/resources/mybatis1/api/V1Mapper.xml
+++ b/resources/mybatis1/api/V1Mapper.xml
@@ -133,7 +133,8 @@
sv_subject.CNAME AS SUBJECT_NAME,
sv_subject.ID AS SUBJECT_ID,
sv_school.`NAME` as SCHOOL_NAME,
- sv_school.ID AS SCHOOL_ID
+ sv_school.ID AS SCHOOL_ID,
+ term.TERM_ID
FROM
sv_coursemanagement AS couse
LEFT JOIN sv_term AS term ON couse.TERM_ID = term.TERM_ID
diff --git a/resources/mybatis1/sunvote/StudentMapper.xml b/resources/mybatis1/sunvote/StudentMapper.xml
index da4f162..745d4db 100644
--- a/resources/mybatis1/sunvote/StudentMapper.xml
+++ b/resources/mybatis1/sunvote/StudentMapper.xml
@@ -41,29 +41,9 @@
insert into
- (
- NAME,
- SNO,
- NUMBER,
- SEX,
- GROUPID,
- SIGN_NO,
- PARENT_NAME,
- PARENT_PHONE,
- KEYPAD_ID,
- REMARK
- ) values (
- #{NAME},
- #{SNO},
- #{NUMBER},
- #{SEX},
- #{GROUPID},
- #{SIGN_NO},
- #{PARENT_NAME},
- #{PARENT_PHONE},
- #{KEYPAD_ID},
- #{REMARK}
- )
+ ()
+ values
+ ()
@@ -123,6 +103,33 @@
+
+
+