select id, plan_id, file_name, file_path from thought_plan_fujian insert into thought_plan_fujian plan_id, file_name, file_path, #{planId}, #{fileName}, #{filePath}, update thought_plan_fujian plan_id = #{planId}, file_name = #{fileName}, file_path = #{filePath}, where id = #{id} delete from thought_plan_fujian where id = #{id} delete from thought_plan_fujian where id in #{id} delete from thought_plan_fujian where plan_id = #{planId}