`id`,`tenant_id`,`data`,`create_date` where 1 = 1 and `id` = #{id} and `tenant_id` = #{tenantId} and `data` like concat('%', #{data},'%') and `create_date` = #{createDate} and id in #{idItem} order by ${sortColumns}