select id, project_id, money, year, month, cost_type, remark, is_del, create_by, create_time, update_by, update_time,money2,date1,date2 from sur_project_cost_output
insert into sur_project_cost_output
project_id,
money,
year,
month,
cost_type,
remark,
is_del,
create_by,
create_time,
update_by,
update_time,
money2,
date1,
date2,
#{projectId},
#{money},
#{year},
#{month},
#{costType},
#{remark},
#{isDel},
#{createBy},
#{createTime},
#{updateBy},
#{updateTime},
#{money2},
#{date1},
#{date2},
update sur_project_cost_output
project_id = #{projectId},
money = #{money},
year = #{year},
month = #{month},
cost_type = #{costType},
remark = #{remark},
is_del = #{isDel},
create_by = #{createBy},
create_time = #{createTime},
update_by = #{updateBy},
update_time = #{updateTime},
money2 = #{money2},
date1 = #{date1},
date2 = #{date2},
where id = #{id}
delete from sur_project_cost_output where id = #{id}
delete from sur_project_cost_output where id in
#{id}