src/main/java/com/ruoyi/project/system/domain/vo/MetaVo.java | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
src/main/resources/mybatis/system/SysNoticeMapper.xml | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/main/java/com/ruoyi/project/system/domain/vo/MetaVo.java
@@ -13,7 +13,7 @@ private String title; /** * 设置该路由的图标,对应路径src/icons/svg * 设置该路由的图标,对应路径src/assets/icons/svg */ private String icon; src/main/resources/mybatis/system/SysNoticeMapper.xml
@@ -18,7 +18,7 @@ </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>