`id`,`tenant_id`,`parent_tenant_id`,`shop_number`,`build_area`,`operation_area`,`building`,`floor`,`status`,`x`,`y`,`sid`,`addr`, `baidu_poi`,`longitude`,`latitude`,`create_date`,`update_date`,`img_url`,`manager`,`manager_phone`, `type`,`point_type`,`comments`,`is_del`,DATEDIFF(now(),create_date) freeDay,rent,rent_unit,business_id where is_del=0 and `id` = #{id} and `tenant_id` = #{tenantId} and `parent_tenant_id` = #{parentTenantId} and `shop_number` like concat('%', #{shopNumber},'%') and `build_area` like concat('%', #{buildArea},'%') and `operation_area` like concat('%', #{operationArea},'%') and `building` like concat('%', #{building},'%') and `floor` = #{floor} and `status` = #{status} and `x` = #{x} and `y` = #{y} and `sid` = #{sid} and `addr` like concat('%', #{addr},'%') and `baidu_poi` like concat('%', #{baiduPoi},'%') and `longitude` = #{longitude} and `latitude` = #{latitude} and `create_date` = #{createDate} and `update_date` = #{updateDate} and `manager` = #{manager} and `manager_phone` = #{managerPhone} and `type` = #{type} and `point_type` = #{pointType} and `floor` in (${floorForRule}) and id in #{idItem} order by ${sortColumns} update wx_shop set status = 0 where id in #{idItem}