id, `type`, content, create_by, create_time,company_id,mountain_id delete from kws_log where id = #{id,jdbcType=BIGINT} insert into kws_log id, `type`, content, create_by, create_time, #{id,jdbcType=BIGINT}, #{type,jdbcType=VARCHAR}, #{content,jdbcType=VARCHAR}, #{createBy,jdbcType=BIGINT}, #{createTime,jdbcType=TIMESTAMP}, update kws_log `type` = #{type,jdbcType=VARCHAR}, content = #{content,jdbcType=VARCHAR}, create_by = #{createBy,jdbcType=BIGINT}, create_time = #{createTime,jdbcType=TIMESTAMP}, where id = #{id,jdbcType=BIGINT} update kws_log set `type` = #{type,jdbcType=VARCHAR}, content = #{content,jdbcType=VARCHAR}, create_by = #{createBy,jdbcType=BIGINT}, create_time = #{createTime,jdbcType=TIMESTAMP} where id = #{id,jdbcType=BIGINT}