id, exception_info, creater_sn, create_time, moder_sn, mod_time, tstm delete from sys_exception_record where id = #{id,jdbcType=INTEGER} insert into sys_exception_record id, exception_info, creater_sn, create_time, moder_sn, mod_time, tstm, #{id,jdbcType=INTEGER}, #{exceptionInfo,jdbcType=VARCHAR}, #{createrSn,jdbcType=VARCHAR}, #{createTime,jdbcType=TIMESTAMP}, #{moderSn,jdbcType=VARCHAR}, #{modTime,jdbcType=TIMESTAMP}, #{tstm,jdbcType=TIMESTAMP}, update sys_exception_record exception_info = #{exceptionInfo,jdbcType=VARCHAR}, creater_sn = #{createrSn,jdbcType=VARCHAR}, create_time = #{createTime,jdbcType=TIMESTAMP}, moder_sn = #{moderSn,jdbcType=VARCHAR}, mod_time = #{modTime,jdbcType=TIMESTAMP}, tstm = #{tstm,jdbcType=TIMESTAMP}, where id = #{id,jdbcType=INTEGER}