@@ -40,7 +40,6 @@
<if test="image != null and image != ''">and image = #{image}</if>
<if test="newsTime != null ">and news_time = #{newsTime}</if>
<if test="phonenumber != null ">and phonenumber = #{phonenumber}</if>
- and news_time $lt; now()
</where>
</select>