SELECT d.* FROM 202200166_article d,202200166_article_cate c WHERE c.id=d.cateId and c.tb=2 and c.lang = 'en' and c.inuse='1' and d.tb='2' and d.lang = 'en' and (d.inuse = '1' or (d.inuse ='2' and CONCAT(d.sdate, ' ', IFNULL(d.stime, '00:00:00')) <= '2024-05-09 06:06:30' and CONCAT(d.edate, ' ', IFNULL(d.etime, '23:59:59')) >='2024-05-09 06:06:30')) and d.cateId=105 order by d.seq desc