소스 검색

去除无用

zhangyang 2 년 전
부모
커밋
a8b709d538
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  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>
-            and news_time $lt; now()
         </where>
     </select>