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