insert into ea_detect_detail (detect_id, topic_start_time, topic_end_time,
user_time, results, topic_main_pic,
topic_right_pic, user_chose_pic)
values (#{detectId,jdbcType=BIGINT}, #{topicStartTime,jdbcType=TIMESTAMP}, #{topicEndTime,jdbcType=TIMESTAMP},
#{userTime,jdbcType=TIMESTAMP}, #{results,jdbcType=INTEGER}, #{topicMainPic,jdbcType=VARCHAR},
#{topicRightPic,jdbcType=VARCHAR}, #{userChosePic,jdbcType=VARCHAR})
insert into ea_detect_detail
detect_id,
topic_start_time,
topic_end_time,
user_time,
results,
topic_main_pic,
topic_right_pic,
user_chose_pic,
stage_level,
#{detectId,jdbcType=BIGINT},
#{topicStartTime,jdbcType=TIMESTAMP},
#{topicEndTime,jdbcType=TIMESTAMP},
#{userTime,jdbcType=VARCHAR},
#{results,jdbcType=INTEGER},
#{topicMainPic,jdbcType=VARCHAR},
#{topicRightPic,jdbcType=VARCHAR},
#{userChosePic,jdbcType=VARCHAR},
#{stageLevel,jdbcType=VARCHAR},