select t1.* from infos_list_simplified as t1 inner join infoscat_list_simplified as t2 on t1.infos_id=t2.infos_id and t2.cat_id='28' where t1.infos_state=1 and t1.infos_date_start<='2025-09-27' and t1.infos_date_stop>='2025-09-27' order by infos_date_start DESC