delete from base_technician_info where id_=#{id,jdbcType=VARCHAR}
update base_technician_info
user_name=#{userName,jdbcType=VARCHAR},
password_=#{password,jdbcType=VARCHAR},
open_id=#{openId,jdbcType=VARCHAR},
phone_=#{phone,jdbcType=VARCHAR},
id_card=#{idCard,jdbcType=VARCHAR},
real_name=#{realName,jdbcType=VARCHAR},
region_=#{region,jdbcType=VARCHAR},
image_=#{image,jdbcType=VARCHAR},
gender_=#{gender,jdbcType=VARCHAR},
introduction_=#{introduction,jdbcType=VARCHAR},
service_info=#{serviceInfo,jdbcType=VARCHAR},
business_scope=#{businessScope,jdbcType=VARCHAR},
id_card_image=#{idCardImage,jdbcType=VARCHAR},
is_verified=#{isVerified,jdbcType= NUMERIC },
promo_code=#{promoCode,jdbcType=VARCHAR},
create_time=#{createTime,jdbcType= TIMESTAMP },
update_time=#{updateTime,jdbcType= TIMESTAMP },
del_flag=#{delFlag,jdbcType= NUMERIC },
create_by=#{createBy,jdbcType=VARCHAR},
update_by=#{updateBy,jdbcType=VARCHAR},
level_=#{level,jdbcType= NUMERIC },
deposit_=#{deposit,jdbcType= NUMERIC },
qualification_=#{qualification,jdbcType=VARCHAR},
receive_name=#{receiveName,jdbcType=VARCHAR},
receive_bank=#{receiveBank,jdbcType=VARCHAR},
receive_account=#{receiveAccount,jdbcType=VARCHAR},
receipt_name=#{receiptName,jdbcType=VARCHAR},
receipt_phone=#{receiptPhone,jdbcType=VARCHAR},
receipt_region=#{receiptRegion,jdbcType=VARCHAR},
receipt_address=#{receiptAddress,jdbcType=VARCHAR},
promoter_=#{promoter,jdbcType=VARCHAR},
issue_=#{issue,jdbcType=NUMERIC},
where id_=#{id}