通知公告新增详细显示

This commit is contained in:
RuoYi
2024-01-12 11:57:22 +08:00
parent 5b19d33af9
commit 83b90c3267
6 changed files with 49 additions and 6 deletions

View File

@ -18,7 +18,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
</resultMap>
<sql id="selectNoticeVo">
select notice_id, notice_title, notice_type, notice_content, status, create_by, create_time, update_by, update_time, remark
select notice_id, notice_title, notice_type, cast(notice_content as char) as notice_content, status, create_by, create_time, update_by, update_time, remark
from sys_notice
</sql>