|
@@ -5,7 +5,7 @@
|
|
|
<!--
|
|
<!--
|
|
|
WARNING - @mbg.generated
|
|
WARNING - @mbg.generated
|
|
|
This element is automatically generated by MyBatis Generator, do not modify.
|
|
This element is automatically generated by MyBatis Generator, do not modify.
|
|
|
- This element was generated on Thu Nov 30 17:32:28 CST 2017.
|
|
|
|
|
|
|
+ This element was generated on Wed Jun 06 10:26:09 CST 2018.
|
|
|
-->
|
|
-->
|
|
|
<id column="id" jdbcType="VARCHAR" property="id" />
|
|
<id column="id" jdbcType="VARCHAR" property="id" />
|
|
|
<result column="uid" jdbcType="VARCHAR" property="uid" />
|
|
<result column="uid" jdbcType="VARCHAR" property="uid" />
|
|
@@ -70,12 +70,17 @@
|
|
|
<result column="international" jdbcType="INTEGER" property="international" />
|
|
<result column="international" jdbcType="INTEGER" property="international" />
|
|
|
<result column="review_instructions" jdbcType="VARCHAR" property="reviewInstructions" />
|
|
<result column="review_instructions" jdbcType="VARCHAR" property="reviewInstructions" />
|
|
|
<result column="investment" jdbcType="INTEGER" property="investment" />
|
|
<result column="investment" jdbcType="INTEGER" property="investment" />
|
|
|
|
|
+ <result column="year_sales_amount" jdbcType="DECIMAL" property="yearSalesAmount" />
|
|
|
|
|
+ <result column="last_year_research_amount" jdbcType="DECIMAL" property="lastYearResearchAmount" />
|
|
|
|
|
+ <result column="assets" jdbcType="DECIMAL" property="assets" />
|
|
|
|
|
+ <result column="qualification" jdbcType="VARCHAR" property="qualification" />
|
|
|
|
|
+ <result column="cooperation_situation" jdbcType="VARCHAR" property="cooperationSituation" />
|
|
|
</resultMap>
|
|
</resultMap>
|
|
|
<sql id="Example_Where_Clause">
|
|
<sql id="Example_Where_Clause">
|
|
|
<!--
|
|
<!--
|
|
|
WARNING - @mbg.generated
|
|
WARNING - @mbg.generated
|
|
|
This element is automatically generated by MyBatis Generator, do not modify.
|
|
This element is automatically generated by MyBatis Generator, do not modify.
|
|
|
- This element was generated on Thu Nov 30 17:32:28 CST 2017.
|
|
|
|
|
|
|
+ This element was generated on Wed Jun 06 10:26:09 CST 2018.
|
|
|
-->
|
|
-->
|
|
|
<where>
|
|
<where>
|
|
|
<foreach collection="oredCriteria" item="criteria" separator="or">
|
|
<foreach collection="oredCriteria" item="criteria" separator="or">
|
|
@@ -109,7 +114,7 @@
|
|
|
<!--
|
|
<!--
|
|
|
WARNING - @mbg.generated
|
|
WARNING - @mbg.generated
|
|
|
This element is automatically generated by MyBatis Generator, do not modify.
|
|
This element is automatically generated by MyBatis Generator, do not modify.
|
|
|
- This element was generated on Thu Nov 30 17:32:28 CST 2017.
|
|
|
|
|
|
|
+ This element was generated on Wed Jun 06 10:26:09 CST 2018.
|
|
|
-->
|
|
-->
|
|
|
<where>
|
|
<where>
|
|
|
<foreach collection="example.oredCriteria" item="criteria" separator="or">
|
|
<foreach collection="example.oredCriteria" item="criteria" separator="or">
|
|
@@ -143,7 +148,7 @@
|
|
|
<!--
|
|
<!--
|
|
|
WARNING - @mbg.generated
|
|
WARNING - @mbg.generated
|
|
|
This element is automatically generated by MyBatis Generator, do not modify.
|
|
This element is automatically generated by MyBatis Generator, do not modify.
|
|
|
- This element was generated on Thu Nov 30 17:32:28 CST 2017.
|
|
|
|
|
|
|
+ This element was generated on Wed Jun 06 10:26:09 CST 2018.
|
|
|
-->
|
|
-->
|
|
|
id, uid, contacts, contact_mobile, fixed_tel, qq, postal_address, postcode, unit_name,
|
|
id, uid, contacts, contact_mobile, fixed_tel, qq, postal_address, postcode, unit_name,
|
|
|
registered_capital, licence_number, licence_province, licence_city, licence_area,
|
|
registered_capital, licence_number, licence_province, licence_city, licence_area,
|
|
@@ -155,13 +160,14 @@
|
|
|
legal_person_fax, legal_person_email, registration_time, ratepay_code, industry,
|
|
legal_person_fax, legal_person_email, registration_time, ratepay_code, industry,
|
|
|
enterprise_scale, register_type, foreign_investment, field, tax_authority, ratepay_method,
|
|
enterprise_scale, register_type, foreign_investment, field, tax_authority, ratepay_method,
|
|
|
high_tech_zone, risk_investment, business_scope, high_tech_name, patent_prory_statement_url,
|
|
high_tech_zone, risk_investment, business_scope, high_tech_name, patent_prory_statement_url,
|
|
|
- international, review_instructions, investment
|
|
|
|
|
|
|
+ international, review_instructions, investment, year_sales_amount, last_year_research_amount,
|
|
|
|
|
+ assets, qualification, cooperation_situation
|
|
|
</sql>
|
|
</sql>
|
|
|
<select id="selectByExample" parameterType="com.goafanti.common.model.OrganizationIdentityExample" resultMap="BaseResultMap">
|
|
<select id="selectByExample" parameterType="com.goafanti.common.model.OrganizationIdentityExample" resultMap="BaseResultMap">
|
|
|
<!--
|
|
<!--
|
|
|
WARNING - @mbg.generated
|
|
WARNING - @mbg.generated
|
|
|
This element is automatically generated by MyBatis Generator, do not modify.
|
|
This element is automatically generated by MyBatis Generator, do not modify.
|
|
|
- This element was generated on Thu Nov 30 17:32:28 CST 2017.
|
|
|
|
|
|
|
+ This element was generated on Wed Jun 06 10:26:09 CST 2018.
|
|
|
-->
|
|
-->
|
|
|
select
|
|
select
|
|
|
<if test="distinct">
|
|
<if test="distinct">
|
|
@@ -180,7 +186,7 @@
|
|
|
<!--
|
|
<!--
|
|
|
WARNING - @mbg.generated
|
|
WARNING - @mbg.generated
|
|
|
This element is automatically generated by MyBatis Generator, do not modify.
|
|
This element is automatically generated by MyBatis Generator, do not modify.
|
|
|
- This element was generated on Thu Nov 30 17:32:28 CST 2017.
|
|
|
|
|
|
|
+ This element was generated on Wed Jun 06 10:26:09 CST 2018.
|
|
|
-->
|
|
-->
|
|
|
select
|
|
select
|
|
|
<include refid="Base_Column_List" />
|
|
<include refid="Base_Column_List" />
|
|
@@ -191,7 +197,7 @@
|
|
|
<!--
|
|
<!--
|
|
|
WARNING - @mbg.generated
|
|
WARNING - @mbg.generated
|
|
|
This element is automatically generated by MyBatis Generator, do not modify.
|
|
This element is automatically generated by MyBatis Generator, do not modify.
|
|
|
- This element was generated on Thu Nov 30 17:32:28 CST 2017.
|
|
|
|
|
|
|
+ This element was generated on Wed Jun 06 10:26:09 CST 2018.
|
|
|
-->
|
|
-->
|
|
|
delete from organization_identity
|
|
delete from organization_identity
|
|
|
where id = #{id,jdbcType=VARCHAR}
|
|
where id = #{id,jdbcType=VARCHAR}
|
|
@@ -200,7 +206,7 @@
|
|
|
<!--
|
|
<!--
|
|
|
WARNING - @mbg.generated
|
|
WARNING - @mbg.generated
|
|
|
This element is automatically generated by MyBatis Generator, do not modify.
|
|
This element is automatically generated by MyBatis Generator, do not modify.
|
|
|
- This element was generated on Thu Nov 30 17:32:28 CST 2017.
|
|
|
|
|
|
|
+ This element was generated on Wed Jun 06 10:26:09 CST 2018.
|
|
|
-->
|
|
-->
|
|
|
delete from organization_identity
|
|
delete from organization_identity
|
|
|
<if test="_parameter != null">
|
|
<if test="_parameter != null">
|
|
@@ -211,7 +217,7 @@
|
|
|
<!--
|
|
<!--
|
|
|
WARNING - @mbg.generated
|
|
WARNING - @mbg.generated
|
|
|
This element is automatically generated by MyBatis Generator, do not modify.
|
|
This element is automatically generated by MyBatis Generator, do not modify.
|
|
|
- This element was generated on Thu Nov 30 17:32:28 CST 2017.
|
|
|
|
|
|
|
+ This element was generated on Wed Jun 06 10:26:09 CST 2018.
|
|
|
-->
|
|
-->
|
|
|
insert into organization_identity (id, uid, contacts,
|
|
insert into organization_identity (id, uid, contacts,
|
|
|
contact_mobile, fixed_tel, qq,
|
|
contact_mobile, fixed_tel, qq,
|
|
@@ -234,7 +240,9 @@
|
|
|
tax_authority, ratepay_method, high_tech_zone,
|
|
tax_authority, ratepay_method, high_tech_zone,
|
|
|
risk_investment, business_scope, high_tech_name,
|
|
risk_investment, business_scope, high_tech_name,
|
|
|
patent_prory_statement_url, international,
|
|
patent_prory_statement_url, international,
|
|
|
- review_instructions, investment)
|
|
|
|
|
|
|
+ review_instructions, investment, year_sales_amount,
|
|
|
|
|
+ last_year_research_amount, assets, qualification,
|
|
|
|
|
+ cooperation_situation)
|
|
|
values (#{id,jdbcType=VARCHAR}, #{uid,jdbcType=VARCHAR}, #{contacts,jdbcType=VARCHAR},
|
|
values (#{id,jdbcType=VARCHAR}, #{uid,jdbcType=VARCHAR}, #{contacts,jdbcType=VARCHAR},
|
|
|
#{contactMobile,jdbcType=VARCHAR}, #{fixedTel,jdbcType=VARCHAR}, #{qq,jdbcType=VARCHAR},
|
|
#{contactMobile,jdbcType=VARCHAR}, #{fixedTel,jdbcType=VARCHAR}, #{qq,jdbcType=VARCHAR},
|
|
|
#{postalAddress,jdbcType=VARCHAR}, #{postcode,jdbcType=VARCHAR}, #{unitName,jdbcType=VARCHAR},
|
|
#{postalAddress,jdbcType=VARCHAR}, #{postcode,jdbcType=VARCHAR}, #{unitName,jdbcType=VARCHAR},
|
|
@@ -256,13 +264,15 @@
|
|
|
#{taxAuthority,jdbcType=INTEGER}, #{ratepayMethod,jdbcType=INTEGER}, #{highTechZone,jdbcType=INTEGER},
|
|
#{taxAuthority,jdbcType=INTEGER}, #{ratepayMethod,jdbcType=INTEGER}, #{highTechZone,jdbcType=INTEGER},
|
|
|
#{riskInvestment,jdbcType=INTEGER}, #{businessScope,jdbcType=VARCHAR}, #{highTechName,jdbcType=VARCHAR},
|
|
#{riskInvestment,jdbcType=INTEGER}, #{businessScope,jdbcType=VARCHAR}, #{highTechName,jdbcType=VARCHAR},
|
|
|
#{patentProryStatementUrl,jdbcType=VARCHAR}, #{international,jdbcType=INTEGER},
|
|
#{patentProryStatementUrl,jdbcType=VARCHAR}, #{international,jdbcType=INTEGER},
|
|
|
- #{reviewInstructions,jdbcType=VARCHAR}, #{investment,jdbcType=INTEGER})
|
|
|
|
|
|
|
+ #{reviewInstructions,jdbcType=VARCHAR}, #{investment,jdbcType=INTEGER}, #{yearSalesAmount,jdbcType=DECIMAL},
|
|
|
|
|
+ #{lastYearResearchAmount,jdbcType=DECIMAL}, #{assets,jdbcType=DECIMAL}, #{qualification,jdbcType=VARCHAR},
|
|
|
|
|
+ #{cooperationSituation,jdbcType=VARCHAR})
|
|
|
</insert>
|
|
</insert>
|
|
|
<insert id="insertSelective" parameterType="com.goafanti.common.model.OrganizationIdentity">
|
|
<insert id="insertSelective" parameterType="com.goafanti.common.model.OrganizationIdentity">
|
|
|
<!--
|
|
<!--
|
|
|
WARNING - @mbg.generated
|
|
WARNING - @mbg.generated
|
|
|
This element is automatically generated by MyBatis Generator, do not modify.
|
|
This element is automatically generated by MyBatis Generator, do not modify.
|
|
|
- This element was generated on Thu Nov 30 17:32:28 CST 2017.
|
|
|
|
|
|
|
+ This element was generated on Wed Jun 06 10:26:09 CST 2018.
|
|
|
-->
|
|
-->
|
|
|
insert into organization_identity
|
|
insert into organization_identity
|
|
|
<trim prefix="(" suffix=")" suffixOverrides=",">
|
|
<trim prefix="(" suffix=")" suffixOverrides=",">
|
|
@@ -455,6 +465,21 @@
|
|
|
<if test="investment != null">
|
|
<if test="investment != null">
|
|
|
investment,
|
|
investment,
|
|
|
</if>
|
|
</if>
|
|
|
|
|
+ <if test="yearSalesAmount != null">
|
|
|
|
|
+ year_sales_amount,
|
|
|
|
|
+ </if>
|
|
|
|
|
+ <if test="lastYearResearchAmount != null">
|
|
|
|
|
+ last_year_research_amount,
|
|
|
|
|
+ </if>
|
|
|
|
|
+ <if test="assets != null">
|
|
|
|
|
+ assets,
|
|
|
|
|
+ </if>
|
|
|
|
|
+ <if test="qualification != null">
|
|
|
|
|
+ qualification,
|
|
|
|
|
+ </if>
|
|
|
|
|
+ <if test="cooperationSituation != null">
|
|
|
|
|
+ cooperation_situation,
|
|
|
|
|
+ </if>
|
|
|
</trim>
|
|
</trim>
|
|
|
<trim prefix="values (" suffix=")" suffixOverrides=",">
|
|
<trim prefix="values (" suffix=")" suffixOverrides=",">
|
|
|
<if test="id != null">
|
|
<if test="id != null">
|
|
@@ -646,13 +671,28 @@
|
|
|
<if test="investment != null">
|
|
<if test="investment != null">
|
|
|
#{investment,jdbcType=INTEGER},
|
|
#{investment,jdbcType=INTEGER},
|
|
|
</if>
|
|
</if>
|
|
|
|
|
+ <if test="yearSalesAmount != null">
|
|
|
|
|
+ #{yearSalesAmount,jdbcType=DECIMAL},
|
|
|
|
|
+ </if>
|
|
|
|
|
+ <if test="lastYearResearchAmount != null">
|
|
|
|
|
+ #{lastYearResearchAmount,jdbcType=DECIMAL},
|
|
|
|
|
+ </if>
|
|
|
|
|
+ <if test="assets != null">
|
|
|
|
|
+ #{assets,jdbcType=DECIMAL},
|
|
|
|
|
+ </if>
|
|
|
|
|
+ <if test="qualification != null">
|
|
|
|
|
+ #{qualification,jdbcType=VARCHAR},
|
|
|
|
|
+ </if>
|
|
|
|
|
+ <if test="cooperationSituation != null">
|
|
|
|
|
+ #{cooperationSituation,jdbcType=VARCHAR},
|
|
|
|
|
+ </if>
|
|
|
</trim>
|
|
</trim>
|
|
|
</insert>
|
|
</insert>
|
|
|
<select id="countByExample" parameterType="com.goafanti.common.model.OrganizationIdentityExample" resultType="java.lang.Long">
|
|
<select id="countByExample" parameterType="com.goafanti.common.model.OrganizationIdentityExample" resultType="java.lang.Long">
|
|
|
<!--
|
|
<!--
|
|
|
WARNING - @mbg.generated
|
|
WARNING - @mbg.generated
|
|
|
This element is automatically generated by MyBatis Generator, do not modify.
|
|
This element is automatically generated by MyBatis Generator, do not modify.
|
|
|
- This element was generated on Thu Nov 30 17:32:28 CST 2017.
|
|
|
|
|
|
|
+ This element was generated on Wed Jun 06 10:26:09 CST 2018.
|
|
|
-->
|
|
-->
|
|
|
select count(*) from organization_identity
|
|
select count(*) from organization_identity
|
|
|
<if test="_parameter != null">
|
|
<if test="_parameter != null">
|
|
@@ -663,7 +703,7 @@
|
|
|
<!--
|
|
<!--
|
|
|
WARNING - @mbg.generated
|
|
WARNING - @mbg.generated
|
|
|
This element is automatically generated by MyBatis Generator, do not modify.
|
|
This element is automatically generated by MyBatis Generator, do not modify.
|
|
|
- This element was generated on Thu Nov 30 17:32:28 CST 2017.
|
|
|
|
|
|
|
+ This element was generated on Wed Jun 06 10:26:09 CST 2018.
|
|
|
-->
|
|
-->
|
|
|
update organization_identity
|
|
update organization_identity
|
|
|
<set>
|
|
<set>
|
|
@@ -856,6 +896,21 @@
|
|
|
<if test="record.investment != null">
|
|
<if test="record.investment != null">
|
|
|
investment = #{record.investment,jdbcType=INTEGER},
|
|
investment = #{record.investment,jdbcType=INTEGER},
|
|
|
</if>
|
|
</if>
|
|
|
|
|
+ <if test="record.yearSalesAmount != null">
|
|
|
|
|
+ year_sales_amount = #{record.yearSalesAmount,jdbcType=DECIMAL},
|
|
|
|
|
+ </if>
|
|
|
|
|
+ <if test="record.lastYearResearchAmount != null">
|
|
|
|
|
+ last_year_research_amount = #{record.lastYearResearchAmount,jdbcType=DECIMAL},
|
|
|
|
|
+ </if>
|
|
|
|
|
+ <if test="record.assets != null">
|
|
|
|
|
+ assets = #{record.assets,jdbcType=DECIMAL},
|
|
|
|
|
+ </if>
|
|
|
|
|
+ <if test="record.qualification != null">
|
|
|
|
|
+ qualification = #{record.qualification,jdbcType=VARCHAR},
|
|
|
|
|
+ </if>
|
|
|
|
|
+ <if test="record.cooperationSituation != null">
|
|
|
|
|
+ cooperation_situation = #{record.cooperationSituation,jdbcType=VARCHAR},
|
|
|
|
|
+ </if>
|
|
|
</set>
|
|
</set>
|
|
|
<if test="_parameter != null">
|
|
<if test="_parameter != null">
|
|
|
<include refid="Update_By_Example_Where_Clause" />
|
|
<include refid="Update_By_Example_Where_Clause" />
|
|
@@ -865,7 +920,7 @@
|
|
|
<!--
|
|
<!--
|
|
|
WARNING - @mbg.generated
|
|
WARNING - @mbg.generated
|
|
|
This element is automatically generated by MyBatis Generator, do not modify.
|
|
This element is automatically generated by MyBatis Generator, do not modify.
|
|
|
- This element was generated on Thu Nov 30 17:32:28 CST 2017.
|
|
|
|
|
|
|
+ This element was generated on Wed Jun 06 10:26:09 CST 2018.
|
|
|
-->
|
|
-->
|
|
|
update organization_identity
|
|
update organization_identity
|
|
|
set id = #{record.id,jdbcType=VARCHAR},
|
|
set id = #{record.id,jdbcType=VARCHAR},
|
|
@@ -930,7 +985,12 @@
|
|
|
patent_prory_statement_url = #{record.patentProryStatementUrl,jdbcType=VARCHAR},
|
|
patent_prory_statement_url = #{record.patentProryStatementUrl,jdbcType=VARCHAR},
|
|
|
international = #{record.international,jdbcType=INTEGER},
|
|
international = #{record.international,jdbcType=INTEGER},
|
|
|
review_instructions = #{record.reviewInstructions,jdbcType=VARCHAR},
|
|
review_instructions = #{record.reviewInstructions,jdbcType=VARCHAR},
|
|
|
- investment = #{record.investment,jdbcType=INTEGER}
|
|
|
|
|
|
|
+ investment = #{record.investment,jdbcType=INTEGER},
|
|
|
|
|
+ year_sales_amount = #{record.yearSalesAmount,jdbcType=DECIMAL},
|
|
|
|
|
+ last_year_research_amount = #{record.lastYearResearchAmount,jdbcType=DECIMAL},
|
|
|
|
|
+ assets = #{record.assets,jdbcType=DECIMAL},
|
|
|
|
|
+ qualification = #{record.qualification,jdbcType=VARCHAR},
|
|
|
|
|
+ cooperation_situation = #{record.cooperationSituation,jdbcType=VARCHAR}
|
|
|
<if test="_parameter != null">
|
|
<if test="_parameter != null">
|
|
|
<include refid="Update_By_Example_Where_Clause" />
|
|
<include refid="Update_By_Example_Where_Clause" />
|
|
|
</if>
|
|
</if>
|
|
@@ -939,7 +999,7 @@
|
|
|
<!--
|
|
<!--
|
|
|
WARNING - @mbg.generated
|
|
WARNING - @mbg.generated
|
|
|
This element is automatically generated by MyBatis Generator, do not modify.
|
|
This element is automatically generated by MyBatis Generator, do not modify.
|
|
|
- This element was generated on Thu Nov 30 17:32:28 CST 2017.
|
|
|
|
|
|
|
+ This element was generated on Wed Jun 06 10:26:09 CST 2018.
|
|
|
-->
|
|
-->
|
|
|
update organization_identity
|
|
update organization_identity
|
|
|
<set>
|
|
<set>
|
|
@@ -1129,7 +1189,7 @@
|
|
|
<if test="investment != null">
|
|
<if test="investment != null">
|
|
|
investment = #{investment,jdbcType=INTEGER},
|
|
investment = #{investment,jdbcType=INTEGER},
|
|
|
</if>
|
|
</if>
|
|
|
- <if test=" yearSalesAmount!= null">
|
|
|
|
|
|
|
+ <if test="yearSalesAmount != null">
|
|
|
year_sales_amount = #{yearSalesAmount,jdbcType=DECIMAL},
|
|
year_sales_amount = #{yearSalesAmount,jdbcType=DECIMAL},
|
|
|
</if>
|
|
</if>
|
|
|
<if test="lastYearResearchAmount != null">
|
|
<if test="lastYearResearchAmount != null">
|
|
@@ -1138,11 +1198,11 @@
|
|
|
<if test="assets != null">
|
|
<if test="assets != null">
|
|
|
assets = #{assets,jdbcType=DECIMAL},
|
|
assets = #{assets,jdbcType=DECIMAL},
|
|
|
</if>
|
|
</if>
|
|
|
- <if test=" qualification!= null">
|
|
|
|
|
|
|
+ <if test="qualification != null">
|
|
|
qualification = #{qualification,jdbcType=VARCHAR},
|
|
qualification = #{qualification,jdbcType=VARCHAR},
|
|
|
</if>
|
|
</if>
|
|
|
- <if test=" cooperationSituation!= null">
|
|
|
|
|
- cooperation_situation= #{cooperationSituation,jdbcType=VARCHAR},
|
|
|
|
|
|
|
+ <if test="cooperationSituation != null">
|
|
|
|
|
+ cooperation_situation = #{cooperationSituation,jdbcType=VARCHAR},
|
|
|
</if>
|
|
</if>
|
|
|
</set>
|
|
</set>
|
|
|
where id = #{id,jdbcType=VARCHAR}
|
|
where id = #{id,jdbcType=VARCHAR}
|
|
@@ -1151,7 +1211,7 @@
|
|
|
<!--
|
|
<!--
|
|
|
WARNING - @mbg.generated
|
|
WARNING - @mbg.generated
|
|
|
This element is automatically generated by MyBatis Generator, do not modify.
|
|
This element is automatically generated by MyBatis Generator, do not modify.
|
|
|
- This element was generated on Thu Nov 30 17:32:28 CST 2017.
|
|
|
|
|
|
|
+ This element was generated on Wed Jun 06 10:26:09 CST 2018.
|
|
|
-->
|
|
-->
|
|
|
update organization_identity
|
|
update organization_identity
|
|
|
set uid = #{uid,jdbcType=VARCHAR},
|
|
set uid = #{uid,jdbcType=VARCHAR},
|
|
@@ -1215,7 +1275,12 @@
|
|
|
patent_prory_statement_url = #{patentProryStatementUrl,jdbcType=VARCHAR},
|
|
patent_prory_statement_url = #{patentProryStatementUrl,jdbcType=VARCHAR},
|
|
|
international = #{international,jdbcType=INTEGER},
|
|
international = #{international,jdbcType=INTEGER},
|
|
|
review_instructions = #{reviewInstructions,jdbcType=VARCHAR},
|
|
review_instructions = #{reviewInstructions,jdbcType=VARCHAR},
|
|
|
- investment = #{investment,jdbcType=INTEGER}
|
|
|
|
|
|
|
+ investment = #{investment,jdbcType=INTEGER},
|
|
|
|
|
+ year_sales_amount = #{yearSalesAmount,jdbcType=DECIMAL},
|
|
|
|
|
+ last_year_research_amount = #{lastYearResearchAmount,jdbcType=DECIMAL},
|
|
|
|
|
+ assets = #{assets,jdbcType=DECIMAL},
|
|
|
|
|
+ qualification = #{qualification,jdbcType=VARCHAR},
|
|
|
|
|
+ cooperation_situation = #{cooperationSituation,jdbcType=VARCHAR}
|
|
|
where id = #{id,jdbcType=VARCHAR}
|
|
where id = #{id,jdbcType=VARCHAR}
|
|
|
</update>
|
|
</update>
|
|
|
<select id="selectOrgIdentityByUserId" parameterType="java.lang.String" resultMap="BaseResultMap">
|
|
<select id="selectOrgIdentityByUserId" parameterType="java.lang.String" resultMap="BaseResultMap">
|