`id`,`tenant_id`,`url`,`action_date`,`type`,`count` where 1 = 1 and `id` = #{id} and `tenant_id` like concat('%', #{tenantId},'%') and `url` like concat('%', #{url},'%') and `action_date` like concat('%', #{actionDate},'%') and `type` = #{type} and `count` = #{count} and id in #{idItem} order by ${sortColumns}