xuhy
2024-12-11 5be07b1a021f596b003eac001f4cb77416ae6c7b
ruoyi-system/src/main/resources/mapper/system/TInformationMapper.xml
@@ -18,11 +18,13 @@
        <result column="create_by" property="createBy" />
        <result column="create_time" property="createTime" />
        <result column="is_delete" property="isDelete" />
        <result column="content" property="content" />
    </resultMap>
    <!-- 通用查询结果列 -->
    <sql id="Base_Column_List">
        id, region_id, committee_sort, technical_id, major_id, level, information_name, information_price, information_cover, fake_downland_num, downland_num, create_by, create_time, is_delete
        id, region_id, committee_sort, technical_id, major_id, `level`, information_name, information_price,
            information_cover, fake_downland_num, downland_num, create_by, create_time, is_delete,content
    </sql>
</mapper>