|
|
@@ -52,7 +52,7 @@
|
|
|
,#{address,jdbcType=VARCHAR}
|
|
|
,#{firstJobTime,jdbcType= TIMESTAMP }
|
|
|
,#{headImageUrl,jdbcType=VARCHAR}
|
|
|
-,#{isAuthentication,jdbcType= NUMERIC }
|
|
|
+,#{isAuthentication,jdbcType= VARCHAR }
|
|
|
,#{idCard,jdbcType=VARCHAR}
|
|
|
,#{idCardUrl,jdbcType= NUMERIC }
|
|
|
,#{jobStatus,jdbcType=VARCHAR}
|
|
|
@@ -111,7 +111,7 @@
|
|
|
head_image_url=#{headImageUrl,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
<if test="isAuthentication!=null">
|
|
|
- is_authentication=#{isAuthentication,jdbcType= NUMERIC },
|
|
|
+ is_authentication=#{isAuthentication,jdbcType= VARCHAR },
|
|
|
</if>
|
|
|
<if test="idCard!=null">
|
|
|
id_card=#{idCard,jdbcType=VARCHAR},
|