select drop_out_school_id, applicant_id, applicant_name, stu_no, stu_name, stu_id, gender, department_Name, grade_name, class_name, mz, birthday, parent_phone, parent_name, jg, hksz2, attachment_upload, reason_applying, apply_signature, ideological_education, Instruction_school_hours, apply_status, submission_status, drop_out_type, process_instance_id, deploy_id, create_by, create_time, update_by, update_time, remark, quit_startTime, quit_endTime, quit_year, quit_number,drop_out_category from rt_stu_drop_out_school insert into rt_stu_drop_out_school applicant_id, applicant_name, stu_no, stu_name, stu_id, gender, department_Name, grade_name, class_name, mz, birthday, parent_phone, parent_name, jg, hksz2, attachment_upload, reason_applying, apply_signature, ideological_education, Instruction_school_hours, apply_status, submission_status, drop_out_type, process_instance_id, deploy_id, create_by, create_time, update_by, update_time, remark, quit_startTime, quit_endTime, quit_year, quit_number, drop_out_category, #{applicantId}, #{applicantName}, #{stuNo}, #{stuName}, #{stuId}, #{gender}, #{departmentName}, #{gradeName}, #{className}, #{mz}, #{birthday}, #{parentPhone}, #{parentName}, #{jg}, #{hksz2}, #{attachmentUpload}, #{reasonApplying}, #{applySignature}, #{ideologicalEducation}, #{instructionSchoolHours}, #{applyStatus}, #{submissionStatus}, #{dropOutType}, #{processInstanceId}, #{deployId}, #{createBy}, #{createTime}, #{updateBy}, #{updateTime}, #{remark}, #{quitStarttime}, #{quitEndtime}, #{quitYear}, #{quitNumber}, #{dropOutCategory}, update rt_stu_drop_out_school applicant_id = #{applicantId}, applicant_name = #{applicantName}, stu_no = #{stuNo}, stu_name = #{stuName}, stu_id = #{stuId}, gender = #{gender}, department_Name = #{departmentName}, grade_name = #{gradeName}, class_name = #{className}, mz = #{mz}, birthday = #{birthday}, parent_phone = #{parentPhone}, parent_name = #{parentName}, jg = #{jg}, hksz2 = #{hksz2}, attachment_upload = #{attachmentUpload}, reason_applying = #{reasonApplying}, apply_signature = #{applySignature}, ideological_education = #{ideologicalEducation}, Instruction_school_hours = #{instructionSchoolHours}, apply_status = #{applyStatus}, submission_status = #{submissionStatus}, drop_out_type = #{dropOutType}, process_instance_id = #{processInstanceId}, deploy_id = #{deployId}, create_by = #{createBy}, create_time = #{createTime}, update_by = #{updateBy}, update_time = #{updateTime}, remark = #{remark}, quit_startTime = #{quitStarttime}, quit_endTime = #{quitEndtime}, quit_year = #{quitYear}, quit_number = #{quitNumber}, drop_out_category = #{dropOutCategory}, where drop_out_school_id = #{dropOutSchoolId} delete from rt_stu_drop_out_school where drop_out_school_id = #{dropOutSchoolId} delete from rt_stu_drop_out_school where drop_out_school_id in #{dropOutSchoolId}