Browse Source

去掉一个错误

zhangyang 2 years ago
parent
commit
639944393b
1 changed files with 0 additions and 1 deletions
  1. 0 1
      ruoyi-system/src/main/resources/mapper/system/PoNewsMapper.xml

+ 0 - 1
ruoyi-system/src/main/resources/mapper/system/PoNewsMapper.xml

@@ -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>
-            where news_time &lt; now()
         </where>
     </select>