refactor: 通知分页列表根据发布时间倒序排序

This commit is contained in:
ray
2024-10-08 08:01:04 +08:00
parent 2f01e054a4
commit c12e9e444c

View File

@@ -37,6 +37,7 @@
</if>
</if>
ORDER BY
t1.publish_time DESC,
t1.create_time DESC
</select>