按新增时间倒叙
This commit is contained in:
parent
0a4e8cea7b
commit
49e0dc96eb
@ -79,7 +79,7 @@
|
||||
#{creators[${index}]}
|
||||
</foreach>
|
||||
</if>
|
||||
ORDER BY t1.publish_date DESC
|
||||
ORDER BY t1.publish_date DESC, t1.gmt_create DESC
|
||||
</select>
|
||||
|
||||
<!-- 新增文章内容 -->
|
||||
@ -263,7 +263,7 @@
|
||||
#{creators[${index}]}
|
||||
</foreach>
|
||||
</if>
|
||||
ORDER BY t1.publish_date DESC
|
||||
ORDER BY t1.publish_date DESC, t1.gmt_create DESC
|
||||
</select>
|
||||
|
||||
<!-- 统计文章数量 -->
|
||||
|
Loading…
Reference in New Issue
Block a user