id, content, createby, createtime, from, enterpriseid delete from enterprisefeed where id = #{id,jdbcType=BIGINT} insert into enterprisefeed id, content, createby, createtime, from, enterpriseid, #{id,jdbcType=BIGINT}, #{content,jdbcType=VARCHAR}, #{createby,jdbcType=BIGINT}, #{createtime,jdbcType=TIMESTAMP}, #{from,jdbcType=VARCHAR}, #{enterpriseid,jdbcType=BIGINT}, update enterprisefeed content = #{content,jdbcType=VARCHAR}, createby = #{createby,jdbcType=BIGINT}, createtime = #{createtime,jdbcType=TIMESTAMP}, from = #{from,jdbcType=VARCHAR}, enterpriseid = #{enterpriseid,jdbcType=BIGINT}, where id = #{id,jdbcType=BIGINT} update enterprisefeed set content = #{content,jdbcType=VARCHAR}, createby = #{createby,jdbcType=BIGINT}, createtime = #{createtime,jdbcType=TIMESTAMP}, from = #{from,jdbcType=VARCHAR}, enterpriseid = #{enterpriseid,jdbcType=BIGINT} where id = #{id,jdbcType=BIGINT}