id, order_sn, user_id, exception_content, exception_status, creater_sn, create_time, moder_sn, mod_time, tstm delete from mall_order_exception_record where id = #{id,jdbcType=INTEGER} insert into mall_order_exception_record order_sn, user_id, exception_content, exception_status, creater_sn, create_time, moder_sn, mod_time, tstm, #{orderSn,jdbcType=VARCHAR}, #{userId,jdbcType=INTEGER}, #{exceptionContent,jdbcType=VARCHAR}, #{exceptionStatus,jdbcType=CHAR}, #{createrSn,jdbcType=VARCHAR}, #{createTime,jdbcType=TIMESTAMP}, #{moderSn,jdbcType=VARCHAR}, #{modTime,jdbcType=TIMESTAMP}, #{tstm,jdbcType=TIMESTAMP}, update mall_order_exception_record order_sn = #{orderSn,jdbcType=VARCHAR}, user_id = #{userId,jdbcType=INTEGER}, exception_content = #{exceptionContent,jdbcType=VARCHAR}, exception_status = #{exceptionStatus,jdbcType=CHAR}, 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}