|
|
@@ -20,9 +20,9 @@
|
|
|
<result column="licence_number" property="licenceNumber"
|
|
|
jdbcType="VARCHAR" />
|
|
|
<result column="licence_province" property="licenceProvince"
|
|
|
- jdbcType="VARCHAR" />
|
|
|
- <result column="licence_city" property="licenceCity" jdbcType="VARCHAR" />
|
|
|
- <result column="licence_area" property="licenceArea" jdbcType="VARCHAR" />
|
|
|
+ jdbcType="INTEGER" />
|
|
|
+ <result column="licence_city" property="licenceCity" jdbcType="INTEGER" />
|
|
|
+ <result column="licence_area" property="licenceArea" jdbcType="INTEGER" />
|
|
|
<result column="licence_scanning_url" property="licenceScanningUrl"
|
|
|
jdbcType="VARCHAR" />
|
|
|
<result column="org_code" property="orgCode" jdbcType="VARCHAR" />
|
|
|
@@ -37,11 +37,11 @@
|
|
|
<result column="identity_type" property="identityType"
|
|
|
jdbcType="INTEGER" />
|
|
|
<result column="location_province" property="locationProvince"
|
|
|
- jdbcType="VARCHAR" />
|
|
|
+ jdbcType="INTEGER" />
|
|
|
<result column="location_city" property="locationCity"
|
|
|
- jdbcType="VARCHAR" />
|
|
|
+ jdbcType="INTEGER" />
|
|
|
<result column="location_area" property="locationArea"
|
|
|
- jdbcType="VARCHAR" />
|
|
|
+ jdbcType="INTEGER" />
|
|
|
<result column="legal_person" property="legalPerson" jdbcType="VARCHAR" />
|
|
|
<result column="legal_person_id_card" property="legalPersonIdCard"
|
|
|
jdbcType="VARCHAR" />
|
|
|
@@ -196,8 +196,8 @@
|
|
|
#{aftUsername,jdbcType=VARCHAR},
|
|
|
#{unitName,jdbcType=VARCHAR}, #{registeredCapital,jdbcType=DECIMAL},
|
|
|
#{licenceNumber,jdbcType=VARCHAR},
|
|
|
- #{licenceProvince,jdbcType=VARCHAR}, #{licenceCity,jdbcType=VARCHAR},
|
|
|
- #{licenceArea,jdbcType=VARCHAR},
|
|
|
+ #{licenceProvince,jdbcType=INTEGER}, #{licenceCity,jdbcType=INTEGER},
|
|
|
+ #{licenceArea,jdbcType=INTEGER},
|
|
|
#{licenceScanningUrl,jdbcType=VARCHAR}, #{orgCode,jdbcType=VARCHAR},
|
|
|
#{orgCodeUrl,jdbcType=VARCHAR},
|
|
|
#{bankAccount,jdbcType=VARCHAR},
|
|
|
@@ -205,8 +205,8 @@
|
|
|
#{bankCardNumber,jdbcType=VARCHAR},
|
|
|
#{validationAmount,jdbcType=DECIMAL},
|
|
|
#{identityType,jdbcType=INTEGER},
|
|
|
- #{locationProvince,jdbcType=VARCHAR},
|
|
|
- #{locationCity,jdbcType=VARCHAR}, #{locationArea,jdbcType=VARCHAR},
|
|
|
+ #{locationProvince,jdbcType=INTEGER},
|
|
|
+ #{locationCity,jdbcType=INTEGER}, #{locationArea,jdbcType=INTEGER},
|
|
|
#{legalPerson,jdbcType=VARCHAR},
|
|
|
#{legalPersonIdCard,jdbcType=VARCHAR},
|
|
|
#{lastYearTaxReportUrl,jdbcType=VARCHAR},
|
|
|
@@ -482,13 +482,13 @@
|
|
|
#{licenceNumber,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
<if test="licenceProvince != null">
|
|
|
- #{licenceProvince,jdbcType=VARCHAR},
|
|
|
+ #{licenceProvince,jdbcType=INTEGER},
|
|
|
</if>
|
|
|
<if test="licenceCity != null">
|
|
|
- #{licenceCity,jdbcType=VARCHAR},
|
|
|
+ #{licenceCity,jdbcType=INTEGER},
|
|
|
</if>
|
|
|
<if test="licenceArea != null">
|
|
|
- #{licenceArea,jdbcType=VARCHAR},
|
|
|
+ #{licenceArea,jdbcType=INTEGER},
|
|
|
</if>
|
|
|
<if test="licenceScanningUrl != null">
|
|
|
#{licenceScanningUrl,jdbcType=VARCHAR},
|
|
|
@@ -518,13 +518,13 @@
|
|
|
#{identityType,jdbcType=INTEGER},
|
|
|
</if>
|
|
|
<if test="locationProvince != null">
|
|
|
- #{locationProvince,jdbcType=VARCHAR},
|
|
|
+ #{locationProvince,jdbcType=INTEGER},
|
|
|
</if>
|
|
|
<if test="locationCity != null">
|
|
|
- #{locationCity,jdbcType=VARCHAR},
|
|
|
+ #{locationCity,jdbcType=INTEGER},
|
|
|
</if>
|
|
|
<if test="locationArea != null">
|
|
|
- #{locationArea,jdbcType=VARCHAR},
|
|
|
+ #{locationArea,jdbcType=INTEGER},
|
|
|
</if>
|
|
|
<if test="legalPerson != null">
|
|
|
#{legalPerson,jdbcType=VARCHAR},
|
|
|
@@ -687,13 +687,13 @@
|
|
|
licence_number = #{licenceNumber,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
<if test="licenceProvince != null">
|
|
|
- licence_province = #{licenceProvince,jdbcType=VARCHAR},
|
|
|
+ licence_province = #{licenceProvince,jdbcType=INTEGER},
|
|
|
</if>
|
|
|
<if test="licenceCity != null">
|
|
|
- licence_city = #{licenceCity,jdbcType=VARCHAR},
|
|
|
+ licence_city = #{licenceCity,jdbcType=INTEGER},
|
|
|
</if>
|
|
|
<if test="licenceArea != null">
|
|
|
- licence_area = #{licenceArea,jdbcType=VARCHAR},
|
|
|
+ licence_area = #{licenceArea,jdbcType=INTEGER},
|
|
|
</if>
|
|
|
<if test="licenceScanningUrl != null">
|
|
|
licence_scanning_url =
|
|
|
@@ -724,13 +724,13 @@
|
|
|
identity_type = #{identityType,jdbcType=INTEGER},
|
|
|
</if>
|
|
|
<if test="locationProvince != null">
|
|
|
- location_province = #{locationProvince,jdbcType=VARCHAR},
|
|
|
+ location_province = #{locationProvince,jdbcType=INTEGER},
|
|
|
</if>
|
|
|
<if test="locationCity != null">
|
|
|
- location_city = #{locationCity,jdbcType=VARCHAR},
|
|
|
+ location_city = #{locationCity,jdbcType=INTEGER},
|
|
|
</if>
|
|
|
<if test="locationArea != null">
|
|
|
- location_area = #{locationArea,jdbcType=VARCHAR},
|
|
|
+ location_area = #{locationArea,jdbcType=INTEGER},
|
|
|
</if>
|
|
|
<if test="legalPerson != null">
|
|
|
legal_person = #{legalPerson,jdbcType=VARCHAR},
|
|
|
@@ -886,11 +886,11 @@
|
|
|
licence_number =
|
|
|
#{licenceNumber,jdbcType=VARCHAR},
|
|
|
licence_province =
|
|
|
- #{licenceProvince,jdbcType=VARCHAR},
|
|
|
+ #{licenceProvince,jdbcType=INTEGER},
|
|
|
licence_city =
|
|
|
- #{licenceCity,jdbcType=VARCHAR},
|
|
|
+ #{licenceCity,jdbcType=INTEGER},
|
|
|
licence_area =
|
|
|
- #{licenceArea,jdbcType=VARCHAR},
|
|
|
+ #{licenceArea,jdbcType=INTEGER},
|
|
|
licence_scanning_url =
|
|
|
#{licenceScanningUrl,jdbcType=VARCHAR},
|
|
|
org_code =
|
|
|
@@ -908,11 +908,11 @@
|
|
|
identity_type =
|
|
|
#{identityType,jdbcType=INTEGER},
|
|
|
location_province =
|
|
|
- #{locationProvince,jdbcType=VARCHAR},
|
|
|
+ #{locationProvince,jdbcType=INTEGER},
|
|
|
location_city =
|
|
|
- #{locationCity,jdbcType=VARCHAR},
|
|
|
+ #{locationCity,jdbcType=INTEGER},
|
|
|
location_area =
|
|
|
- #{locationArea,jdbcType=VARCHAR},
|
|
|
+ #{locationArea,jdbcType=INTEGER},
|
|
|
legal_person =
|
|
|
#{legalPerson,jdbcType=VARCHAR},
|
|
|
legal_person_id_card =
|