@@ -44,7 +44,7 @@
<if test="req.publishTimeStart != null and req.publishTimeEnd != null ">
and b.create_time >= #{req.publishTimeStart} and b.create_time <= #{req.publishTimeEnd}
</if>
-
+ order by b.create_time desc
</select>
</mapper>
@@ -25,5 +25,6 @@