select id, plan_id, plan_content, response_status,isresponse from thought_response_content insert into thought_response_content plan_id, plan_content, response_status, isresponse, #{planId}, #{planContent}, #{responseStatus}, #{isresponse}, update thought_response_content plan_id = #{planId}, plan_content = #{planContent}, response_status = #{responseStatus}, isresponse = #{isresponse}, where id = #{id} delete from thought_response_content where id = #{id} delete from thought_response_content where id in #{id}