|
|
@@ -9,7 +9,7 @@
|
|
|
<result column="keyword" jdbcType="VARCHAR" property="keyword" />
|
|
|
<result column="category" jdbcType="INTEGER" property="category" />
|
|
|
<result column="summary" jdbcType="VARCHAR" property="summary" />
|
|
|
- <result column="introduction" jdbcType="VARCHAR" property="introduction" />
|
|
|
+ <result column="introduction" jdbcType="LONGVARCHAR" property="introduction" />
|
|
|
<result column="technical_picture_url" jdbcType="VARCHAR" property="technicalPictureUrl" />
|
|
|
<result column="field_a" jdbcType="INTEGER" property="fieldA" />
|
|
|
<result column="field_b" jdbcType="INTEGER" property="fieldB" />
|
|
|
@@ -100,7 +100,7 @@
|
|
|
country_name_zh,international_flag,jmrh_flag)
|
|
|
values (#{id,jdbcType=VARCHAR}, #{serialNumber,jdbcType=INTEGER}, #{dataCategory,jdbcType=INTEGER},
|
|
|
#{name,jdbcType=VARCHAR}, #{keyword,jdbcType=VARCHAR}, #{category,jdbcType=INTEGER},
|
|
|
- #{summary,jdbcType=VARCHAR}, #{introduction,jdbcType=VARCHAR}, #{technicalPictureUrl,jdbcType=VARCHAR},
|
|
|
+ #{summary,jdbcType=VARCHAR}, #{introduction,jdbcType=LONGVARCHAR}, #{technicalPictureUrl,jdbcType=VARCHAR},
|
|
|
#{fieldA,jdbcType=INTEGER}, #{fieldB,jdbcType=INTEGER}, #{fieldC,jdbcType=INTEGER},
|
|
|
#{maturity,jdbcType=INTEGER}, #{maturityPictureUrl,jdbcType=LONGVARCHAR}, #{maturityTextFileUrl,jdbcType=VARCHAR},
|
|
|
#{maturityVideoUrl,jdbcType=VARCHAR}, #{innovation,jdbcType=INTEGER}, #{ownerId,jdbcType=VARCHAR}, #{ownerName,jdbcType=VARCHAR},
|
|
|
@@ -309,7 +309,7 @@
|
|
|
#{summary,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
<if test="introduction != null">
|
|
|
- #{introduction,jdbcType=VARCHAR},
|
|
|
+ #{introduction,jdbcType=LONGVARCHAR},
|
|
|
</if>
|
|
|
<if test="technicalPictureUrl != null">
|
|
|
#{technicalPictureUrl,jdbcType=VARCHAR},
|
|
|
@@ -476,7 +476,7 @@
|
|
|
summary = #{summary,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
<if test="introduction != null">
|
|
|
- introduction = #{introduction,jdbcType=VARCHAR},
|
|
|
+ introduction = #{introduction,jdbcType=LONGVARCHAR},
|
|
|
</if>
|
|
|
<if test="technicalPictureUrl != null">
|
|
|
technical_picture_url = #{technicalPictureUrl,jdbcType=VARCHAR},
|
|
|
@@ -630,7 +630,7 @@
|
|
|
keyword = #{keyword,jdbcType=VARCHAR},
|
|
|
category = #{category,jdbcType=INTEGER},
|
|
|
summary = #{summary,jdbcType=VARCHAR},
|
|
|
- introduction = #{introduction,jdbcType=VARCHAR},
|
|
|
+ introduction = #{introduction,jdbcType=LONGVARCHAR},
|
|
|
technical_picture_url = #{technicalPictureUrl,jdbcType=VARCHAR},
|
|
|
field_a = #{fieldA,jdbcType=INTEGER},
|
|
|
field_b = #{fieldB,jdbcType=INTEGER},
|
|
|
@@ -1054,7 +1054,7 @@
|
|
|
#{item.name,jdbcType=VARCHAR}, #{item.keyword,jdbcType=VARCHAR}, #{item.category,jdbcType=INTEGER},
|
|
|
#{item.ownerName,jdbcType=VARCHAR}, #{item.ownerType,jdbcType=VARCHAR}, #{item.ownerIdNumber,jdbcType=VARCHAR},
|
|
|
#{item.ownerMobile,jdbcType=VARCHAR}, #{item.ownerEmail,jdbcType=VARCHAR}, #{item.ownerPostalAddress,jdbcType=VARCHAR},
|
|
|
- #{item.cooperationMode,jdbcType=INTEGER}, #{item.introduction,jdbcType=VARCHAR}
|
|
|
+ #{item.cooperationMode,jdbcType=INTEGER}, #{item.introduction,jdbcType=LONGVARCHAR}
|
|
|
)
|
|
|
</foreach>
|
|
|
</insert>
|