fix: 通知公告和字典重构问题修复

This commit is contained in:
ray
2024-10-08 00:40:01 +08:00
parent 3fadc0bb96
commit 2f01e054a4
13 changed files with 58 additions and 25 deletions

View File

@@ -7,6 +7,7 @@
SELECT
t2.id,
t2.title,
t2.type,
t3.nickname publisherName,
t2.publish_time,
t1.is_read,
@@ -21,6 +22,7 @@
AND t2.title LIKE CONCAT('%',#{queryParams.title},'%')
</if>
ORDER BY
t2.publish_time DESC
t2.publish_time DESC,
t2.create_time DESC
</select>
</mapper>