From becc3df6d06e9b0a6fd773229e99b4b2075b8043 Mon Sep 17 00:00:00 2001 From: xuhy <3313886187@qq.com> Date: 星期一, 17 二月 2025 14:41:05 +0800 Subject: [PATCH] 资讯修改 --- ruoyi-system/src/main/resources/mapper/system/TInformationMapper.xml | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/ruoyi-system/src/main/resources/mapper/system/TInformationMapper.xml b/ruoyi-system/src/main/resources/mapper/system/TInformationMapper.xml index c8aa23a..1137271 100644 --- a/ruoyi-system/src/main/resources/mapper/system/TInformationMapper.xml +++ b/ruoyi-system/src/main/resources/mapper/system/TInformationMapper.xml @@ -11,6 +11,7 @@ <result column="release_time" property="releaseTime" /> <result column="cover" property="cover" /> <result column="content" property="content" /> + <result column="brief_introduction" property="briefIntroduction" /> <result column="attachment" property="attachment" /> <result column="attachment_name" property="attachmentName" /> <result column="create_time" property="createTime" /> @@ -22,7 +23,7 @@ <!-- 通用查询结果列 --> <sql id="Base_Column_List"> - id, title_name, sort_by, info_source, release_time,cover, content, attachment,attachment_name, create_time, update_time, create_by, update_by, disabled + id, title_name, sort_by, info_source, release_time,cover, brief_introduction,content, attachment,attachment_name, create_time, update_time, create_by, update_by, disabled </sql> <select id="pageList" resultType="com.ruoyi.system.model.TInformation"> select -- Gitblit v1.7.1