select id, stu_id, stu_name, stu_no, photo, reason, apply_time, inspection_progress, counsellor_id, counsellor_name, remark, gender, department_Name, grade_name, class_name, mz, jg, hksz2, dormitory_number, dormitory_building, birthplace, birthday, phoneNumber, fdy_cmt, jwc_cmt, is_pay, payment_amount, railway_station, enrollment_time from rt_stu_id_reissue
insert into rt_stu_id_reissue
stu_id,
stu_name,
stu_no,
photo,
reason,
apply_time,
inspection_progress,
counsellor_id,
counsellor_name,
remark,
gender,
department_Name,
grade_name,
class_name,
mz,
jg,
hksz2,
dormitory_number,
dormitory_building,
birthplace,
birthday,
phoneNumber,
fdy_cmt,
jwc_cmt,
is_pay,
payment_amount,
railway_station,
enrollment_time,
#{stuId},
#{stuName},
#{stuNo},
#{photo},
#{reason},
#{applyTime},
#{inspectionProgress},
#{counsellorId},
#{counsellorName},
#{remark},
#{gender},
#{departmentName},
#{gradeName},
#{className},
#{mz},
#{jg},
#{hksz2},
#{dormitoryNumber},
#{dormitoryBuilding},
#{birthplace},
#{birthday},
#{phoneNumber},
#{fdyCmt},
#{jwcCmt},
#{isPay},
#{paymentAmount},
#{railwayStation},
#{enrollmentTime},
update rt_stu_id_reissue
stu_id = #{stuId},
stu_name = #{stuName},
stu_no = #{stuNo},
photo = #{photo},
reason = #{reason},
apply_time = #{applyTime},
inspection_progress = #{inspectionProgress},
counsellor_id = #{counsellorId},
counsellor_name = #{counsellorName},
remark = #{remark},
gender = #{gender},
department_Name = #{departmentName},
grade_name = #{gradeName},
class_name = #{className},
mz = #{mz},
jg = #{jg},
hksz2 = #{hksz2},
dormitory_number = #{dormitoryNumber},
dormitory_building = #{dormitoryBuilding},
birthplace = #{birthplace},
birthday = #{birthday},
phoneNumber = #{phoneNumber},
fdy_cmt = #{fdyCmt},
jwc_cmt = #{jwcCmt},
is_pay = #{isPay},
payment_amount = #{paymentAmount},
railway_station = #{railwayStation},
enrollment_time = #{enrollmentTime},
where id = #{id}
delete from rt_stu_id_reissue where id = #{id}
delete from rt_stu_id_reissue where id in
#{id}