SELECT d.* FROM 202300161_article d WHERE d.tb=4 and d.lang = 'tw' and (d.inuse = '1' or (d.inuse ='2' and CONCAT(d.sdate, ' ', IFNULL(d.stime, '00:00:00')) <= '2024-09-08 09:48:55' and CONCAT(d.edate, ' ', IFNULL(d.etime, '23:59:59')) >='2024-09-08 09:48:55')) order by d.seq desc