|
@@ -20,7 +20,7 @@
|
|
<id property="id" column="id" jdbcType="BIGINT" />
|
|
<id property="id" column="id" jdbcType="BIGINT" />
|
|
<result property="banner_id" column="banner_id" javaType="java.lang.Long"/>
|
|
<result property="banner_id" column="banner_id" javaType="java.lang.Long"/>
|
|
<result property="title" column="title" />
|
|
<result property="title" column="title" />
|
|
- <result property="type" column="type" />
|
|
|
|
|
|
+ <result property="type" column="type" javaType="java.lang.Integer"/>
|
|
<result property="link" column="link" />
|
|
<result property="link" column="link" />
|
|
<result property="image" column="image" />
|
|
<result property="image" column="image" />
|
|
<result property="image_thumb" column="image_thumb" />
|
|
<result property="image_thumb" column="image_thumb" />
|