|
|
@@ -69,7 +69,7 @@
|
|
|
jdbcType="VARCHAR" />
|
|
|
<result column="issuing_date" property="issuingDate" jdbcType="TIMESTAMP" />
|
|
|
<result column="cog_contacts" property="cogContacts" jdbcType="INTEGER" />
|
|
|
- <result column="consultant" property="consultant" jdbcType="VARCHAR" />
|
|
|
+ <result column="tech_principal" property="techPrincipal" jdbcType="VARCHAR" />
|
|
|
<result column="contacts_fixed_tel" property="contactsFixedTel"
|
|
|
jdbcType="VARCHAR" />
|
|
|
<result column="contacts_fax" property="contactsFax" jdbcType="VARCHAR" />
|
|
|
@@ -117,7 +117,7 @@
|
|
|
second_mobile,
|
|
|
third_contacts, third_mobile, listed, listed_date, listed_type, stock_code,
|
|
|
certificate_number,
|
|
|
- issuing_date, cog_contacts, consultant, contacts_fixed_tel, contacts_fax,
|
|
|
+ issuing_date, cog_contacts, tech_principal, contacts_fixed_tel, contacts_fax,
|
|
|
legal_person_tel,
|
|
|
legal_person_fax, legal_person_email, registration_time, ratepay_code, industry,
|
|
|
enterprise_scale, register_type, foreign_investment, field,
|
|
|
@@ -151,7 +151,7 @@
|
|
|
second_contacts, second_mobile, third_contacts,
|
|
|
third_mobile, listed, listed_date,
|
|
|
listed_type, stock_code, certificate_number,
|
|
|
- issuing_date, cog_contacts, consultant,
|
|
|
+ issuing_date, cog_contacts, tech_principal,
|
|
|
contacts_fixed_tel, contacts_fax, legal_person_tel,
|
|
|
legal_person_fax, legal_person_email, registration_time,
|
|
|
ratepay_code, industry, enterprise_scale,
|
|
|
@@ -187,7 +187,7 @@
|
|
|
#{listedType,jdbcType=INTEGER}, #{stockCode,jdbcType=VARCHAR},
|
|
|
#{certificateNumber,jdbcType=VARCHAR},
|
|
|
#{issuingDate,jdbcType=TIMESTAMP}, #{cogContacts,jdbcType=INTEGER},
|
|
|
- #{consultant,jdbcType=VARCHAR},
|
|
|
+ #{techPrincipal,jdbcType=VARCHAR},
|
|
|
#{contactsFixedTel,jdbcType=VARCHAR}, #{contactsFax,jdbcType=VARCHAR}, #{legalPersonTel,jdbcType=VARCHAR},
|
|
|
#{legalPersonFax,jdbcType=VARCHAR},
|
|
|
#{legalPersonEmail,jdbcType=VARCHAR},
|
|
|
@@ -343,8 +343,8 @@
|
|
|
<if test="cogContacts != null">
|
|
|
cog_contacts,
|
|
|
</if>
|
|
|
- <if test="consultant != null">
|
|
|
- consultant,
|
|
|
+ <if test="techPrincipal != null">
|
|
|
+ tech_principal,
|
|
|
</if>
|
|
|
<if test="contactsFixedTel != null">
|
|
|
contacts_fixed_tel,
|
|
|
@@ -543,8 +543,8 @@
|
|
|
<if test="cogContacts != null">
|
|
|
#{cogContacts,jdbcType=INTEGER},
|
|
|
</if>
|
|
|
- <if test="consultant != null">
|
|
|
- #{consultant,jdbcType=VARCHAR},
|
|
|
+ <if test="techPrincipal != null">
|
|
|
+ #{techPrincipal,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
<if test="contactsFixedTel != null">
|
|
|
#{contactsFixedTel,jdbcType=VARCHAR},
|
|
|
@@ -743,8 +743,8 @@
|
|
|
<if test="cogContacts != null">
|
|
|
cog_contacts = #{cogContacts,jdbcType=INTEGER},
|
|
|
</if>
|
|
|
- <if test="consultant != null">
|
|
|
- consultant = #{consultant,jdbcType=VARCHAR},
|
|
|
+ <if test="techPrincipal != null">
|
|
|
+ tech_principal = #{techPrincipal,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
<if test="contactsFixedTel != null">
|
|
|
contacts_fixed_tel = #{contactsFixedTel,jdbcType=VARCHAR},
|
|
|
@@ -851,7 +851,7 @@
|
|
|
certificate_number = #{certificateNumber,jdbcType=VARCHAR},
|
|
|
issuing_date = #{issuingDate,jdbcType=TIMESTAMP},
|
|
|
cog_contacts = #{cogContacts,jdbcType=INTEGER},
|
|
|
- consultant = #{consultant,jdbcType=VARCHAR},
|
|
|
+ techPrincipal = #{techPrincipal,jdbcType=VARCHAR},
|
|
|
contacts_fixed_tel = #{contactsFixedTel,jdbcType=VARCHAR},
|
|
|
contacts_fax = #{contactsFax,jdbcType=VARCHAR},
|
|
|
legal_person_tel = #{legalPersonTel,jdbcType=VARCHAR},
|