`id`,`tenant_id`,`parent_tenant_id`,`supplier_ext_id`, `merchant_name`,`merchant_province`,`merchant_city`,`merchant_addr`,`longitude`,`latitude`, `amap_id`,`extra`, `poi_id`,`poi_name`,`province`,`city`,`address`, `task_id`,`match_status`,`mismatch_status_desc`, `create_date`,`update_date`, `supplier_id`,`sync_status`,`last_sync_status`,`fail_reason`, `biz_licence_path`,`biz_licence_status`,`contract_path`,`contract_status`,`qual_material`,`qual_material_status`,`additional_qual`,`additional_qual_status`,`expire_time` where is_del = 0 and `id` = #{id} and `tenant_id` = #{tenantId} and `parent_tenant_id` = #{parentTenantId} and `supplier_ext_id` = #{supplierExtId} and `poi_id` = #{poiId} and `poi_name` like concat('%', #{poiName},'%') and `merchant_name` like concat('%', #{merchantName},'%') and `task_id` = #{taskId} and `match_status` = #{matchStatus} and `supplier_id` = #{supplierId} and `sync_status` = #{syncStatus} and `last_sync_status` = #{lastSyncStatus} and `id` in #{idItem} order by ${sortColumns} update tt_merchant_poi set is_del = 1 where id = #{id}