首页新增通知公告消息提醒

This commit is contained in:
RuoYi
2026-03-21 23:57:52 +08:00
parent 1eaf3a6ec7
commit 00ac3e3df6
13 changed files with 676 additions and 5 deletions

View File

@@ -40,6 +40,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
AND create_by like concat('%', #{createBy}, '%')
</if>
</where>
order by notice_id desc
</select>
<insert id="insertNotice" parameterType="SysNotice">