delete from base_about_us where id_=#{id,jdbcType=VARCHAR}
update base_about_us
user_agreement=#{userAgreement,jdbcType=VARCHAR},
privacy_policy=#{privacyPolicy,jdbcType=VARCHAR},
disclaimer=#{disclaimer,jdbcType=VARCHAR},
create_time=#{createTime,jdbcType= TIMESTAMP },
update_time=#{updateTime,jdbcType= TIMESTAMP },
del_flag=#{delFlag,jdbcType= NUMERIC },
create_by=#{createBy,jdbcType=VARCHAR},
update_by=#{updateBy,jdbcType=VARCHAR},
where id_=#{id}