id, task_exam_id, create_user, create_time, text_content_id
delete from t_task_exam_customer_answer
where id = #{id,jdbcType=INTEGER}
insert into t_task_exam_customer_answer (id, task_exam_id, create_user,
create_time, text_content_id)
values (#{id,jdbcType=INTEGER}, #{taskExamId,jdbcType=INTEGER}, #{createUser,jdbcType=INTEGER},
#{createTime,jdbcType=TIMESTAMP}, #{textContentId,jdbcType=INTEGER})
insert into t_task_exam_customer_answer
id,
task_exam_id,
create_user,
create_time,
text_content_id,
#{id,jdbcType=INTEGER},
#{taskExamId,jdbcType=INTEGER},
#{createUser,jdbcType=INTEGER},
#{createTime,jdbcType=TIMESTAMP},
#{textContentId,jdbcType=INTEGER},
update t_task_exam_customer_answer
task_exam_id = #{taskExamId,jdbcType=INTEGER},
create_user = #{createUser,jdbcType=INTEGER},
create_time = #{createTime,jdbcType=TIMESTAMP},
text_content_id = #{textContentId,jdbcType=INTEGER},
where id = #{id,jdbcType=INTEGER}
update t_task_exam_customer_answer
set task_exam_id = #{taskExamId,jdbcType=INTEGER},
create_user = #{createUser,jdbcType=INTEGER},
create_time = #{createTime,jdbcType=TIMESTAMP},
text_content_id = #{textContentId,jdbcType=INTEGER}
where id = #{id,jdbcType=INTEGER}