select id, porject_name, porject_group, record_date, porject_code, channel, contact_date, project_date, decision_date, industry, company, description, project_contacts, invest_head, previous_financing, financing_stage, financing_condition, financing_money, financing_date, invest_sparkle, invest_valuation, invest_money, invest_type, invest_ploy, invest_worth, shareholding, project_stage, project_state, mark, del_flag, create_by, create_time, update_by, update_time from t_project_pool
insert into t_project_pool
id,
porject_name,
porject_group,
record_date,
porject_code,
channel,
contact_date,
project_date,
decision_date,
industry,
company,
description,
project_contacts,
invest_head,
previous_financing,
financing_stage,
financing_condition,
financing_money,
financing_date,
invest_sparkle,
invest_valuation,
invest_money,
invest_type,
invest_ploy,
invest_worth,
shareholding,
project_stage,
project_state,
mark,
del_flag,
create_by,
create_time,
update_by,
update_time,
#{id},
#{porjectName},
#{porjectGroup},
#{recordDate},
#{porjectCode},
#{channel},
#{contactDate},
#{projectDate},
#{decisionDate},
#{industry},
#{company},
#{description},
#{projectContacts},
#{investHead},
#{previousFinancing},
#{financingStage},
#{financingCondition},
#{financingMoney},
#{financingDate},
#{investSparkle},
#{investValuation},
#{investMoney},
#{investType},
#{investPloy},
#{investWorth},
#{shareholding},
#{projectStage},
#{projectState},
#{mark},
#{delFlag},
#{createBy},
#{createTime},
#{updateBy},
#{updateTime},
update t_project_pool
porject_name = #{porjectName},
porject_group = #{porjectGroup},
record_date = #{recordDate},
porject_code = #{porjectCode},
channel = #{channel},
contact_date = #{contactDate},
project_date = #{projectDate},
decision_date = #{decisionDate},
industry = #{industry},
company = #{company},
description = #{description},
project_contacts = #{projectContacts},
invest_head = #{investHead},
previous_financing = #{previousFinancing},
financing_stage = #{financingStage},
financing_condition = #{financingCondition},
financing_money = #{financingMoney},
financing_date = #{financingDate},
invest_sparkle = #{investSparkle},
invest_valuation = #{investValuation},
invest_money = #{investMoney},
invest_type = #{investType},
invest_ploy = #{investPloy},
invest_worth = #{investWorth},
shareholding = #{shareholding},
project_stage = #{projectStage},
project_state = #{projectState},
mark = #{mark},
del_flag = #{delFlag},
create_by = #{createBy},
create_time = #{createTime},
update_by = #{updateBy},
update_time = #{updateTime},
where id = #{id}
delete from t_project_pool where id = #{id}
delete from t_project_pool where id in
#{id}