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='124' where t1.infos_state=1 and t1.infos_date_start<='2026-06-13' and t1.infos_date_stop>='2026-06-13' order by infos_date_start DESC