`id`,`tenant_id`,`parent_tenant_id`,`mall_id`,`building_name`,`floor_number`,`create_date`,`update_date`
where 1 = 1
and `id` = #{id}
and `tenant_id` = #{tenantId}
and `parent_tenant_id` = #{parentTenantId}
and `mall_id` = #{mallId}
and `building_name` like concat('%', #{name},'%')
and `floor_number` = #{floorNumber}
and `create_date` = #{createDate}
and `update_date` = #{updateDate}
and id in
#{idItem}
order by ${sortColumns}
delete from wx_mall_building where `tenant_id` = #{tenantId}