id, title, publisher, `type`, picture_url, `status`, sort, content, release_status,
create_time, release_time
delete from jt_news
where id = #{id,jdbcType=INTEGER}
insert into jt_news (id, title, publisher,
`type`, picture_url, `status`,
sort, content, release_status,
create_time, release_time)
values (#{id,jdbcType=INTEGER}, #{title,jdbcType=VARCHAR}, #{publisher,jdbcType=VARCHAR},
#{type,jdbcType=INTEGER}, #{pictureUrl,jdbcType=VARCHAR}, #{status,jdbcType=INTEGER},
#{sort,jdbcType=INTEGER}, #{content,jdbcType=VARCHAR}, #{releaseStatus,jdbcType=INTEGER},
#{createTime,jdbcType=TIMESTAMP}, #{releaseTime,jdbcType=TIMESTAMP})
insert into jt_news
id,
title,
publisher,
`type`,
picture_url,
`status`,
sort,
content,
release_status,
create_time,
release_time,
#{id,jdbcType=INTEGER},
#{title,jdbcType=VARCHAR},
#{publisher,jdbcType=VARCHAR},
#{type,jdbcType=INTEGER},
#{pictureUrl,jdbcType=VARCHAR},
#{status,jdbcType=INTEGER},
#{sort,jdbcType=INTEGER},
#{content,jdbcType=VARCHAR},
#{releaseStatus,jdbcType=INTEGER},
#{createTime,jdbcType=TIMESTAMP},
#{releaseTime,jdbcType=TIMESTAMP},
update jt_news
title = #{title,jdbcType=VARCHAR},
publisher = #{publisher,jdbcType=VARCHAR},
`type` = #{type,jdbcType=INTEGER},
picture_url = #{pictureUrl,jdbcType=VARCHAR},
`status` = #{status,jdbcType=INTEGER},
sort = #{sort,jdbcType=INTEGER},
content = #{content,jdbcType=VARCHAR},
release_status = #{releaseStatus,jdbcType=INTEGER},
create_time = #{createTime,jdbcType=TIMESTAMP},
release_time = #{releaseTime,jdbcType=TIMESTAMP},
where id = #{id,jdbcType=INTEGER}
update jt_news
set title = #{title,jdbcType=VARCHAR},
publisher = #{publisher,jdbcType=VARCHAR},
`type` = #{type,jdbcType=INTEGER},
picture_url = #{pictureUrl,jdbcType=VARCHAR},
`status` = #{status,jdbcType=INTEGER},
sort = #{sort,jdbcType=INTEGER},
content = #{content,jdbcType=VARCHAR},
release_status = #{releaseStatus,jdbcType=INTEGER},
create_time = #{createTime,jdbcType=TIMESTAMP},
release_time = #{releaseTime,jdbcType=TIMESTAMP}
where id = #{id,jdbcType=INTEGER}