delete from base_insurance_agent where id_=#{id,jdbcType=VARCHAR}
update base_insurance_agent
name_=#{name,jdbcType=VARCHAR},
status_=#{status,jdbcType=VARCHAR},
del_flag=#{delFlag,jdbcType= NUMERIC },
create_by=#{createBy,jdbcType=VARCHAR},
create_time=#{createTime,jdbcType= TIMESTAMP },
update_by=#{updateBy,jdbcType=VARCHAR},
update_time=#{updateTime,jdbcType= TIMESTAMP },
where id_=#{id}