select disqualification_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, apply_status, submission_status, drop_out_type, process_instance_id, deploy_id, create_by, create_time, update_by, update_time, remark, ideological_education, instruction_school_hours, ihandling_suggestion, reentry_year, reentry_number, disqualificatio_type from rt_stu_disqualification
insert into rt_stu_disqualification
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,
apply_status,
submission_status,
drop_out_type,
process_instance_id,
deploy_id,
create_by,
create_time,
update_by,
update_time,
remark,
ideological_education,
instruction_school_hours,
ihandling_suggestion,
reentry_year,
reentry_number,
disqualificatio_type,
#{applicantName},
#{stuNo},
#{stuName},
#{stuId},
#{gender},
#{departmentName},
#{gradeName},
#{className},
#{mz},
#{birthday},
#{parentPhone},
#{parentName},
#{jg},
#{hksz2},
#{attachmentUpload},
#{reasonApplying},
#{applySignature},
#{applyStatus},
#{submissionStatus},
#{dropOutType},
#{processInstanceId},
#{deployId},
#{createBy},
#{createTime},
#{updateBy},
#{updateTime},
#{remark},
#{ideologicalEducation},
#{instructionSchoolHours},
#{ihandlingSuggestion},
#{reentryYear},
#{reentryNumber},
#{disqualificatioType},
update rt_stu_disqualification
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},
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},
ideological_education = #{ideologicalEducation},
instruction_school_hours = #{instructionSchoolHours},
ihandling_suggestion = #{ihandlingSuggestion},
reentry_year = #{reentryYear},
reentry_number = #{reentryNumber},
disqualificatio_type = #{disqualificatioType},
where disqualification_id = #{disqualificationId}
delete from rt_stu_disqualification where disqualification_id = #{disqualificationId}
delete from rt_stu_disqualification where disqualification_id in
#{disqualificationId}