`id`,`tenant_id`,`parent_tenant_id`,`final_tenant_id`,`user_id`,`consignee`,`country`,`province`,`city`,`district`,`region`,`address`,`zipcode`,`mobile`, `create_date`,`update_date`,`is_default`,`mark` where `is_del` = 0 and `id` = #{id} and `final_tenant_id` = #{finalTenantId} and `user_id` = #{userId} order by `is_default` desc,`update_date` desc update user_basic_info_address set is_del = 1, update_date=now() where id = #{id} update user_basic_info_address set is_default = 1, update_date=now() where id = #{id} update user_basic_info_address set is_default = 0, update_date=now() where user_id = #{userId} and id != #{id}