|
@@ -30,7 +30,7 @@
|
|
|
<result column="SignInPoliticalArea" jdbcType="VARCHAR" property="signInPoliticalArea"/>
|
|
|
<result column="Website" jdbcType="VARCHAR" property="website"/>
|
|
|
<result column="Bonus" jdbcType="VARCHAR" property="bonus"/>
|
|
|
- <result column="RegisteredCapital" jdbcType="INTEGER" property="registeredCapital"/>
|
|
|
+ <result column="RegisteredCapital" jdbcType="DOUBLE" property="registeredCapital"/>
|
|
|
<result column="IndustryID" jdbcType="VARCHAR" property="industryID"/>
|
|
|
<result column="EstateCategoryID" jdbcType="INTEGER" property="estateCategoryID"/>
|
|
|
<result column="TagID" jdbcType="INTEGER" property="tagID"/>
|
|
@@ -177,7 +177,7 @@
|
|
|
#{createUserID,jdbcType=VARCHAR}, #{createTime,jdbcType=TIMESTAMP}, #{modifyUserID,jdbcType=VARCHAR},
|
|
|
#{modifyTime,jdbcType=TIMESTAMP}, #{longitude,jdbcType=VARCHAR}, #{latitude,jdbcType=VARCHAR},
|
|
|
#{openId,jdbcType=VARCHAR}, #{businScope,jdbcType=LONGVARCHAR}, #{companyDesc,jdbcType=LONGVARCHAR},
|
|
|
- #{establishmentTime,jdbcType=TIMESTAMP}, #{registeredCapital,jdbcType=INTEGER},
|
|
|
+ #{establishmentTime,jdbcType=TIMESTAMP}, #{registeredCapital,jdbcType=DOUBLE},
|
|
|
#{signInPoliticalArea,jdbcType=VARCHAR}, #{industryID,jdbcType=VARCHAR},
|
|
|
#{estateCategoryID,jdbcType=INTEGER},
|
|
|
#{tagID,jdbcType=INTEGER}, #{website,jdbcType=VARCHAR}, #{bonus,jdbcType=VARCHAR})
|
|
@@ -386,7 +386,7 @@
|
|
|
#{bonus,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
<if test="registeredCapital != null">
|
|
|
- #{registeredCapital,jdbcType=INTEGER},
|
|
|
+ #{registeredCapital,jdbcType=DOUBLE},
|
|
|
</if>
|
|
|
<if test="industryID != null">
|
|
|
#{industryID,jdbcType=VARCHAR},
|
|
@@ -502,7 +502,7 @@
|
|
|
Bonus = #{row.bonus,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
<if test="row.registeredCapital != null">
|
|
|
- RegisteredCapital = #{row.registeredCapital,jdbcType=INTEGER},
|
|
|
+ RegisteredCapital = #{row.registeredCapital,jdbcType=DOUBLE},
|
|
|
</if>
|
|
|
<if test="row.industryID != null">
|
|
|
IndustryID = #{row.industryID,jdbcType=VARCHAR},
|
|
@@ -551,7 +551,7 @@
|
|
|
SignInPoliticalArea = #{row.signInPoliticalArea,jdbcType=VARCHAR},
|
|
|
Website = #{row.website,jdbcType=VARCHAR},
|
|
|
Bonus = #{row.bonus,jdbcType=VARCHAR},
|
|
|
- RegisteredCapital = #{row.registeredCapital,jdbcType=INTEGER},
|
|
|
+ RegisteredCapital = #{row.registeredCapital,jdbcType=DOUBLE},
|
|
|
IndustryID = #{row.industryID,jdbcType=VARCHAR},
|
|
|
EstateCategoryID = #{row.estateCategoryID,jdbcType=INTEGER},
|
|
|
TagID = #{row.tagID,jdbcType=INTEGER}
|
|
@@ -590,7 +590,7 @@
|
|
|
SignInPoliticalArea = #{row.signInPoliticalArea,jdbcType=VARCHAR},
|
|
|
Website = #{row.website,jdbcType=VARCHAR},
|
|
|
Bonus = #{row.bonus,jdbcType=VARCHAR},
|
|
|
- RegisteredCapital = #{row.registeredCapital,jdbcType=INTEGER},
|
|
|
+ RegisteredCapital = #{row.registeredCapital,jdbcType=DOUBLE},
|
|
|
IndustryID = #{row.industryID,jdbcType=VARCHAR},
|
|
|
EstateCategoryID = #{row.estateCategoryID,jdbcType=INTEGER},
|
|
|
TagID = #{row.tagID,jdbcType=INTEGER}
|
|
@@ -692,7 +692,7 @@
|
|
|
Bonus = #{bonus,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
<if test="registeredCapital != null">
|
|
|
- RegisteredCapital = #{registeredCapital,jdbcType=INTEGER},
|
|
|
+ RegisteredCapital = #{registeredCapital,jdbcType=DOUBLE},
|
|
|
</if>
|
|
|
<if test="industryID != null">
|
|
|
IndustryID = #{industryID,jdbcType=VARCHAR},
|
|
@@ -738,7 +738,7 @@
|
|
|
SignInPoliticalArea = #{signInPoliticalArea,jdbcType=VARCHAR},
|
|
|
Website = #{website,jdbcType=VARCHAR},
|
|
|
Bonus = #{bonus,jdbcType=VARCHAR},
|
|
|
- RegisteredCapital = #{registeredCapital,jdbcType=INTEGER},
|
|
|
+ RegisteredCapital = #{registeredCapital,jdbcType=DOUBLE},
|
|
|
IndustryID = #{industryID,jdbcType=VARCHAR},
|
|
|
EstateCategoryID = #{estateCategoryID,jdbcType=INTEGER},
|
|
|
TagID = #{tagID,jdbcType=INTEGER}
|
|
@@ -774,7 +774,7 @@
|
|
|
SignInPoliticalArea = #{signInPoliticalArea,jdbcType=VARCHAR},
|
|
|
Website = #{website,jdbcType=VARCHAR},
|
|
|
Bonus = #{bonus,jdbcType=VARCHAR},
|
|
|
- RegisteredCapital = #{registeredCapital,jdbcType=INTEGER},
|
|
|
+ RegisteredCapital = #{registeredCapital,jdbcType=DOUBLE},
|
|
|
IndustryID = #{industryID,jdbcType=VARCHAR},
|
|
|
EstateCategoryID = #{estateCategoryID,jdbcType=INTEGER},
|
|
|
TagID = #{tagID,jdbcType=INTEGER}
|