select id, plan_name, plan_start_time, plan_end_time, plan_introduction, file_path, file_name, create_time, update_time, create_name, create_id, remark, plan_number, response_number, state,plan_id,unit_id,reasons from thought_plan_responses insert into thought_plan_responses plan_name, plan_start_time, plan_end_time, plan_introduction, file_path, file_name, create_time, update_time, create_name, create_id, remark, plan_number, response_number, state, plan_id, unit_id, reasons, #{planName}, #{planStartTime}, #{planEndTime}, #{planIntroduction}, #{filePath}, #{fileName}, #{createTime}, #{updateTime}, #{createName}, #{createId}, #{remark}, #{planNumber}, #{responseNumber}, #{state}, #{planId}, #{unitId}, #{reasons}, update thought_plan_responses plan_name = #{planName}, plan_start_time = #{planStartTime}, plan_end_time = #{planEndTime}, plan_introduction = #{planIntroduction}, file_path = #{filePath}, file_name = #{fileName}, create_time = #{createTime}, update_time = #{updateTime}, create_name = #{createName}, create_id = #{createId}, remark = #{remark}, plan_number = #{planNumber}, response_number = #{responseNumber}, state = #{state}, plan_id = #{planId}, unit_id = #{unitId}, reasons = #{reasons}, where id = #{id} delete from thought_plan_responses where id = #{id} delete from thought_plan_responses where id in #{id}