|
|
@@ -4,9 +4,9 @@
|
|
|
<mapper namespace="cn.reghao.tnb.content.app.exam.db.mapper.QuestionMapper">
|
|
|
<insert id="save" useGeneratedKeys="true" keyProperty="id">
|
|
|
insert into exam_question
|
|
|
- (`subject_id`,`type`,`level`,`content`,`analysis`,`create_by`,`pid`,`child`,`pos`)
|
|
|
+ (`subject_id`,`type`,`level`,`content`,`analysis`,`create_by`,`pid`,`child`,`pos`,`extra`)
|
|
|
values
|
|
|
- (#{subjectId},#{type},#{level},#{content},#{analysis},#{createBy},#{pid},#{child},#{pos})
|
|
|
+ (#{subjectId},#{type},#{level},#{content},#{analysis},#{createBy},#{pid},#{child},#{pos},#{extra})
|
|
|
</insert>
|
|
|
|
|
|
<delete id="deleteById">
|