`id`,`title`,`business_id`,`business_title`,`create_date`,`update_date`
where 1 = 1
and `id` = #{id}
and `title` like concat('%', #{title},'%')
and `business_id` = #{businessId}
and `business_title` like concat('%', #{businessTitle},'%')
and `create_date` = #{createDate}
and `update_date` = #{updateDate}
and id in
#{idItem}
order by ${sortColumns}