update dc_introducer
wv_phone = #{wv_phone,jdbcType=VARCHAR},
wv_gradeid = #{wv_gradeid,jdbcType=INTEGER},
wv_Introduction_total = #{wv_Introduction_total,jdbcType=DECIMAL},
wv_withdraw_total = #{wv_withdraw_total,jdbcType=DECIMAL},
wv_Introduction_count = #{wv_Introduction_count,jdbcType=INTEGER},
wv_extract_count = #{wv_extract_count,jdbcType=INTEGER},
wv_qrcode = #{wv_qrcode,jdbcType=VARCHAR},
wv_register_count = #{wv_register_count,jdbcType=INTEGER},
wv_contract_count = #{wv_contract_count,jdbcType=INTEGER},
wv_finish_count = #{wv_finish_count,jdbcType=INTEGER},
wv_people_count = #{wv_people_count,jdbcType=INTEGER},
wv_consultant = #{wv_consultant,jdbcType=INTEGER},
wv_account_number_path = #{wv_account_number_path,jdbcType=VARCHAR},
wv_account_bank = #{wv_account_bank,jdbcType=VARCHAR},
wv_account_number = #{wv_account_number,jdbcType=VARCHAR}
where id = #{id,jdbcType=INTEGER}
update dc_introducer
wv_account_number = #{wv_account_number,jdbcType=VARCHAR},
wv_account_bank = #{wv_account_bank,jdbcType=VARCHAR},
wv_account_number_path = #{wv_account_number_path,jdbcType=VARCHAR}
where wv_phone = #{wv_phone,jdbcType=VARCHAR}
insert into dc_introducer
wv_phone,
wv_gradeid,
wv_Introduction_total,
wv_withdraw_total,
wv_Introduction_count,
wv_extract_count,
wv_qrcode,
wv_register_count,
wv_contract_count,
wv_finish_count,
wv_people_count,
wv_account_number,
wv_account_bank,
wv_consultant
#{wv_phone,jdbcType=VARCHAR},
#{wv_gradeid,jdbcType=INTEGER},
#{wv_Introduction_total,jdbcType=DECIMAL},
#{wv_withdraw_total,jdbcType=DECIMAL},
#{wv_extract_count,jdbcType=INTEGER},
#{wv_Introduction_count,jdbcType=INTEGER},
#{wv_qrcode,jdbcType=VARCHAR},
#{wv_register_count,jdbcType=INTEGER},
#{wv_contract_count,jdbcType=INTEGER},
#{wv_finish_count,jdbcType=INTEGER},
#{wv_people_count,jdbcType=INTEGER},
#{wv_account_number,jdbcType=VARCHAR},
#{wv_account_bank,jdbcType=VARCHAR},
#{wv_consultant,jdbcType=VARCHAR}