فهرست منبع

溯源内容发布时间范围修改

wangyunpeng 1 سال پیش
والد
کامیت
44017402dc
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      long-article-recommend-service/src/main/resources/mapper/aigc/AigcBaseMapper.xml

+ 1 - 1
long-article-recommend-service/src/main/resources/mapper/aigc/AigcBaseMapper.xml

@@ -152,7 +152,7 @@
           and channel = 5
           and status = 2
           <if test="publishTimestamp != null">
-            and publish_timestamp &lt; #{publishTimestamp}
+            and publish_timestamp &lt;= (#{publishTimestamp} + 3600000)
           </if>
         order by publish_timestamp desc
         <if test="size != null">