|
@@ -12,9 +12,9 @@
|
|
|
<result column="positive_id_url" property="positiveIdUrl" jdbcType="VARCHAR" />
|
|
<result column="positive_id_url" property="positiveIdUrl" jdbcType="VARCHAR" />
|
|
|
<result column="opposite_id_url" property="oppositeIdUrl" jdbcType="VARCHAR" />
|
|
<result column="opposite_id_url" property="oppositeIdUrl" jdbcType="VARCHAR" />
|
|
|
<result column="aft_username" property="aftUsername" jdbcType="VARCHAR" />
|
|
<result column="aft_username" property="aftUsername" jdbcType="VARCHAR" />
|
|
|
- <result column="province" property="province" jdbcType="VARCHAR" />
|
|
|
|
|
- <result column="city" property="city" jdbcType="VARCHAR" />
|
|
|
|
|
- <result column="area" property="area" jdbcType="VARCHAR" />
|
|
|
|
|
|
|
+ <result column="province" property="province" jdbcType="INTEGER" />
|
|
|
|
|
+ <result column="city" property="city" jdbcType="INTEGER" />
|
|
|
|
|
+ <result column="area" property="area" jdbcType="INTEGER" />
|
|
|
<result column="contact_mobile" property="contactMobile" jdbcType="VARCHAR" />
|
|
<result column="contact_mobile" property="contactMobile" jdbcType="VARCHAR" />
|
|
|
<result column="bank_name" property="bankName" jdbcType="VARCHAR" />
|
|
<result column="bank_name" property="bankName" jdbcType="VARCHAR" />
|
|
|
<result column="bank_account" property="bankAccount" jdbcType="VARCHAR" />
|
|
<result column="bank_account" property="bankAccount" jdbcType="VARCHAR" />
|
|
@@ -158,13 +158,13 @@
|
|
|
#{aftUsername,jdbcType=VARCHAR},
|
|
#{aftUsername,jdbcType=VARCHAR},
|
|
|
</if>
|
|
</if>
|
|
|
<if test="province != null" >
|
|
<if test="province != null" >
|
|
|
- #{province,jdbcType=VARCHAR},
|
|
|
|
|
|
|
+ #{province,jdbcType=INTEGER},
|
|
|
</if>
|
|
</if>
|
|
|
<if test="city != null" >
|
|
<if test="city != null" >
|
|
|
- #{city,jdbcType=VARCHAR},
|
|
|
|
|
|
|
+ #{city,jdbcType=INTEGER},
|
|
|
</if>
|
|
</if>
|
|
|
<if test="area != null" >
|
|
<if test="area != null" >
|
|
|
- #{area,jdbcType=VARCHAR},
|
|
|
|
|
|
|
+ #{area,jdbcType=INTEGER},
|
|
|
</if>
|
|
</if>
|
|
|
<if test="contactMobile != null" >
|
|
<if test="contactMobile != null" >
|
|
|
#{contactMobile,jdbcType=VARCHAR},
|
|
#{contactMobile,jdbcType=VARCHAR},
|
|
@@ -226,13 +226,13 @@
|
|
|
aft_username = #{aftUsername,jdbcType=VARCHAR},
|
|
aft_username = #{aftUsername,jdbcType=VARCHAR},
|
|
|
</if>
|
|
</if>
|
|
|
<if test="province != null" >
|
|
<if test="province != null" >
|
|
|
- province = #{province,jdbcType=VARCHAR},
|
|
|
|
|
|
|
+ province = #{province,jdbcType=INTEGER},
|
|
|
</if>
|
|
</if>
|
|
|
<if test="city != null" >
|
|
<if test="city != null" >
|
|
|
- city = #{city,jdbcType=VARCHAR},
|
|
|
|
|
|
|
+ city = #{city,jdbcType=INTEGER},
|
|
|
</if>
|
|
</if>
|
|
|
<if test="area != null" >
|
|
<if test="area != null" >
|
|
|
- area = #{area,jdbcType=VARCHAR},
|
|
|
|
|
|
|
+ area = #{area,jdbcType=INTEGER},
|
|
|
</if>
|
|
</if>
|
|
|
<if test="contactMobile != null" >
|
|
<if test="contactMobile != null" >
|
|
|
contact_mobile = #{contactMobile,jdbcType=VARCHAR},
|
|
contact_mobile = #{contactMobile,jdbcType=VARCHAR},
|
|
@@ -275,9 +275,9 @@
|
|
|
positive_id_url = #{positiveIdUrl,jdbcType=VARCHAR},
|
|
positive_id_url = #{positiveIdUrl,jdbcType=VARCHAR},
|
|
|
opposite_id_url = #{oppositeIdUrl,jdbcType=VARCHAR},
|
|
opposite_id_url = #{oppositeIdUrl,jdbcType=VARCHAR},
|
|
|
aft_username = #{aftUsername,jdbcType=VARCHAR},
|
|
aft_username = #{aftUsername,jdbcType=VARCHAR},
|
|
|
- province = #{province,jdbcType=VARCHAR},
|
|
|
|
|
- city = #{city,jdbcType=VARCHAR},
|
|
|
|
|
- area = #{area,jdbcType=VARCHAR},
|
|
|
|
|
|
|
+ province = #{province,jdbcType=INTEGER},
|
|
|
|
|
+ city = #{city,jdbcType=INTEGER},
|
|
|
|
|
+ area = #{area,jdbcType=INTEGER},
|
|
|
contact_mobile = #{contactMobile,jdbcType=VARCHAR},
|
|
contact_mobile = #{contactMobile,jdbcType=VARCHAR},
|
|
|
bank_name = #{bankName,jdbcType=VARCHAR},
|
|
bank_name = #{bankName,jdbcType=VARCHAR},
|
|
|
bank_account = #{bankAccount,jdbcType=VARCHAR},
|
|
bank_account = #{bankAccount,jdbcType=VARCHAR},
|