select id, project_name, day_name, create_time, update_time, meridians_img_url, first_field, second_field, third_field, fourth_field, first_content, second_content, third_content, fourth_content from fs_project
insert into fs_project
project_name,
day_name,
create_time,
update_time,
meridians_img_url,
first_field,
second_field,
third_field,
fourth_field,
first_content,
second_content,
third_content,
fourth_content,
#{projectName},
#{dayName},
#{createTime},
#{updateTime},
#{meridiansImgUrl},
#{firstField},
#{secondField},
#{thirdField},
#{fourthField},
#{firstContent},
#{secondContent},
#{thirdContent},
#{fourthContent},
update fs_project
project_name = #{projectName},
day_name = #{dayName},
create_time = #{createTime},
update_time = #{updateTime},
meridians_img_url = #{meridiansImgUrl},
first_field = #{firstField},
second_field = #{secondField},
third_field = #{thirdField},
fourth_field = #{fourthField},
first_content = #{firstContent},
second_content = #{secondContent},
third_content = #{thirdContent},
fourth_content = #{fourthContent},
where id = #{id}
delete from fs_project where id = #{id}
delete from fs_project where id in
#{id}