`id`,`tenant_id`,`mall_id`,`building_name`,`floor_number`,`create_date`,`update_date`
where 1 = 1
and `id` = #{id}
and `tenant_id` = #{tenantId}
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}