# 小于 <: < # 小于等于 <=: <= # 大于 >: > # 大于等于 >=: >=
示例代码:
SELECT id FROM wm_news WHERE status = #{status} AND publish_time <= #{now}