2021与蓝度共同重构项目,服务端
zhanzhiqin
2022-03-07 09f8fbe8605b9ae647a758b3df362e488d250441
dao/src/main/resources/mapper/BannerMapper.xml
@@ -7,8 +7,7 @@
    <resultMap id="BaseResultMap" type="com.sandu.ximon.dao.domain.Banner">
            <id property="id" column="id" jdbcType="BIGINT"/>
            <result property="bannerUrl" column="banner_url" jdbcType="VARCHAR"/>
            <result property="bindingAuthor" column="binding_author" jdbcType="VARCHAR"/>
            <result property="author" column="author" jdbcType="VARCHAR"/>
            <result property="bindingAuthor" column="binding_author" jdbcType="INTEGER"/>
            <result property="createTime" column="create_time" jdbcType="TIMESTAMP"/>
    </resultMap>