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