| | |
| | | <result column="subject_id" jdbcType="INTEGER" property="subjectId"/> |
| | | <result column="customer_score" jdbcType="INTEGER" property="customerScore"/> |
| | | <result column="question_score" jdbcType="INTEGER" property="questionScore"/> |
| | | <result column="question_text_content_id" jdbcType="INTEGER" property="questionTextContentId"/> |
| | | <result column="question_content" jdbcType="VARCHAR" property="questionContent"/> |
| | | <result column="answer" jdbcType="VARCHAR" property="answer"/> |
| | | <result column="text_content_id" jdbcType="INTEGER" property="textContentId"/> |
| | | <result column="do_right" jdbcType="BIT" property="doRight"/> |
| | |
| | | <sql id="Base_Column_List"> |
| | | id |
| | | , question_id, exam_paper_id, exam_paper_answer_id, question_type, subject_id, |
| | | customer_score, question_score, question_text_content_id, answer, text_content_id, |
| | | customer_score, question_score, question_content, answer, text_content_id, |
| | | do_right, create_user, create_time, item_order |
| | | </sql> |
| | | |
| | |
| | | subject_id, create_time, create_user, |
| | | text_content_id, exam_paper_id, question_type, |
| | | answer, customer_score, exam_paper_answer_id , |
| | | do_right,question_text_content_id,item_order) |
| | | do_right,question_content,item_order) |
| | | values |
| | | <foreach collection="list" item="item" index="index" |
| | | separator=","> |