id, tid, `type`, `status`, reason, annex_url, create_by, create_time
delete from task_stop
where id = #{id,jdbcType=BIGINT}
insert into task_stop (tid, `type`, `status`,
reason, annex_url, create_by,
create_time)
values (#{tid,jdbcType=INTEGER}, #{type,jdbcType=INTEGER}, #{status,jdbcType=INTEGER},
#{reason,jdbcType=VARCHAR}, #{annexUrl,jdbcType=VARCHAR}, #{createBy,jdbcType=VARCHAR},
#{createTime,jdbcType=TIMESTAMP})
insert into task_stop
tid,
`type`,
`status`,
reason,
annex_url,
create_by,
create_time,
#{tid,jdbcType=INTEGER},
#{type,jdbcType=INTEGER},
#{status,jdbcType=INTEGER},
#{reason,jdbcType=VARCHAR},
#{annexUrl,jdbcType=VARCHAR},
#{createBy,jdbcType=VARCHAR},
#{createTime,jdbcType=TIMESTAMP},
update task_stop
tid = #{tid,jdbcType=INTEGER},
`type` = #{type,jdbcType=INTEGER},
`status` = #{status,jdbcType=INTEGER},
reason = #{reason,jdbcType=VARCHAR},
annex_url = #{annexUrl,jdbcType=VARCHAR},
create_by = #{createBy,jdbcType=VARCHAR},
create_time = #{createTime,jdbcType=TIMESTAMP},
where id = #{id,jdbcType=BIGINT}
update task_stop
set tid = #{tid,jdbcType=INTEGER},
`type` = #{type,jdbcType=INTEGER},
`status` = #{status,jdbcType=INTEGER},
reason = #{reason,jdbcType=VARCHAR},
annex_url = #{annexUrl,jdbcType=VARCHAR},
create_by = #{createBy,jdbcType=VARCHAR},
create_time = #{createTime,jdbcType=TIMESTAMP}
where id = #{id,jdbcType=BIGINT}