select id, project_name, content, build_type, dept, start_date, end_date, total_investment, year_investment, plan_type, remark, is_del, create_by, create_time, update_by, update_time from sur_project_plan
insert into sur_project_plan
project_name,
content,
build_type,
dept,
start_date,
end_date,
total_investment,
year_investment,
plan_type,
remark,
is_del,
create_by,
create_time,
update_by,
update_time,
#{projectName},
#{content},
#{buildType},
#{dept},
#{startDate},
#{endDate},
#{totalInvestment},
#{yearInvestment},
#{planType},
#{remark},
#{isDel},
#{createBy},
#{createTime},
#{updateBy},
#{updateTime},
update sur_project_plan
project_name = #{projectName},
content = #{content},
build_type = #{buildType},
dept = #{dept},
start_date = #{startDate},
end_date = #{endDate},
total_investment = #{totalInvestment},
year_investment = #{yearInvestment},
plan_type = #{planType},
remark = #{remark},
is_del = #{isDel},
create_by = #{createBy},
create_time = #{createTime},
update_by = #{updateBy},
update_time = #{updateTime},
where id = #{id}
delete from sur_project_plan where id = #{id}
delete from sur_project_plan where id in
#{id}