refactor: 通知公告的优化

通知公告的优化
This commit is contained in:
Theo
2024-09-21 21:43:20 +08:00
parent 29b23e5c04
commit 0691b93112
10 changed files with 15 additions and 12 deletions

View File

@@ -20,10 +20,11 @@
sn.release_time DESC
</select>
<select id="getMyNoticePage" resultType="com.youlai.boot.system.model.vo.NoticeVO">
<select id="getMyNoticePage" resultType="com.youlai.boot.system.model.vo.NoticeStatusVO">
SELECT
sn.id,
sn.title,
sn.notice_type,
sn.release_by,
sn.priority,
sn.release_time,