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>