SELECT d.* FROM 202300202_article d,202300202_article_cate c WHERE c.id=d.cateId and c.tb=1 and c.lang = 'tw' and c.inuse='1' and d.tb='1' and d.lang = 'tw' and (d.inuse = '1' or (d.inuse ='2' and CONCAT(d.sdate, ' ', IFNULL(d.stime, '00:00:00')) <= '2024-05-08 05:40:26' and CONCAT(d.edate, ' ', IFNULL(d.etime, '23:59:59')) >='2024-05-08 05:40:26')) and d.cateId=2 order by d.seq desc