id, content, create_time
delete from ernie_bot_common
where id = #{id,jdbcType=INTEGER}
insert into ernie_bot_common (content, create_time)
values (#{content,jdbcType=VARCHAR}, #{createTime,jdbcType=TIMESTAMP})
insert into ernie_bot_common
content,
create_time,
#{content,jdbcType=VARCHAR},
#{createTime,jdbcType=TIMESTAMP},
update ernie_bot_common
content = #{content,jdbcType=VARCHAR},
create_time = #{createTime,jdbcType=TIMESTAMP},
where id = #{id,jdbcType=INTEGER}
update ernie_bot_common
set content = #{content,jdbcType=VARCHAR},
create_time = #{createTime,jdbcType=TIMESTAMP}
where id = #{id,jdbcType=INTEGER}