id, partner_id, partner_line_id, live_area, want_shop_area, accept_adjust_type, is_have_want_shop,
want_shop_info, max_budget, money_source, money_prove, education, work_year, is_have_work_exp,
work_exp, is_consumer, other_band, brand_strength, need_improve, strength, weakness,
create_time, update_time
insert into hy_partner_intent_info
partner_id,
partner_line_id,
live_area,
want_shop_area,
accept_adjust_type,
is_have_want_shop,
want_shop_info,
max_budget,
money_source,
money_prove,
education,
work_year,
is_have_work_exp,
work_exp,
is_consumer,
other_band,
brand_strength,
need_improve,
strength,
weakness,
create_time,
update_time,
#{record.partnerId},
#{record.partnerLineId},
#{record.liveArea},
#{record.wantShopArea},
#{record.acceptAdjustType},
#{record.isHaveWantShop},
#{record.wantShopInfo},
#{record.maxBudget},
#{record.moneySource},
#{record.moneyProve},
#{record.education},
#{record.workYear},
#{record.isHaveWorkExp},
#{record.workExp},
#{record.isConsumer},
#{record.otherBand},
#{record.brandStrength},
#{record.needImprove},
#{record.strength},
#{record.weakness},
#{record.createTime},
#{record.updateTime},
update hy_partner_intent_info
partner_id = #{record.partnerId},
partner_line_id = #{record.partnerLineId},
live_area = #{record.liveArea},
want_shop_area = #{record.wantShopArea},
accept_adjust_type = #{record.acceptAdjustType},
is_have_want_shop = #{record.isHaveWantShop},
want_shop_info = #{record.wantShopInfo},
max_budget = #{record.maxBudget},
money_source = #{record.moneySource},
money_prove = #{record.moneyProve},
education = #{record.education},
work_year = #{record.workYear},
is_have_work_exp = #{record.isHaveWorkExp},
work_exp = #{record.workExp},
is_consumer = #{record.isConsumer},
other_band = #{record.otherBand},
brand_strength = #{record.brandStrength},
need_improve = #{record.needImprove},
strength = #{record.strength},
weakness = #{record.weakness},
create_time = #{record.createTime},
update_time = #{record.updateTime},
where id = #{record.id}