delete from base_account_info where id_=#{id,jdbcType=VARCHAR}
update base_account_info
account_name=#{accountName,jdbcType=VARCHAR},
account_bank=#{accountBank,jdbcType=VARCHAR},
account_no=#{accountNo,jdbcType=VARCHAR},
wx_mchid=#{wxMchid,jdbcType=VARCHAR},
app_auth_token=#{appAuthToken,jdbcType=VARCHAR},
create_by=#{createBy,jdbcType=VARCHAR},
create_time=#{createTime,jdbcType= TIMESTAMP },
update_by=#{updateBy,jdbcType=VARCHAR},
update_time=#{updateTime,jdbcType= TIMESTAMP },
del_flag=#{delFlag,jdbcType= NUMERIC },
where id_=#{id}