|
|
@@ -828,7 +828,7 @@
|
|
|
owner_name, owner_type, owner_id_number,
|
|
|
owner_mobile, owner_email, owner_postal_address,
|
|
|
cooperation_mode, introduction, tech_broker_id,
|
|
|
- international_flag,maturity
|
|
|
+ international_flag,maturity,Team_des
|
|
|
)
|
|
|
values
|
|
|
<foreach item="item" index="index" collection="list" separator=",">
|
|
|
@@ -841,7 +841,7 @@
|
|
|
#{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=LONGVARCHAR},#{item.techBrokerId,jdbcType=VARCHAR},
|
|
|
- #{item.internationalFlag,jdbcType=INTEGER},#{item.maturity,jdbcType=INTEGER}
|
|
|
+ #{item.internationalFlag,jdbcType=INTEGER},#{item.maturity,jdbcType=INTEGER},#{item.TeamDes,jdbcType=INTEGER}
|
|
|
)
|
|
|
</foreach>
|
|
|
</insert>
|