select id, stu_no, stu_name, gender, mz, class_name, stu_phone, sfzh, help_his, bank_card, jthk, hard_condition, year_money, month_money, money_source, family_addr, post_code, family_member_list, apply_reason, apply_sign, apply_date, hard_file, apply_status, fdy_cmt, fdy_sign, fdy_date, fdy_no, dept_cmt, dept_sign, dept_date, dept_no, xg_cmt, xg_sign, xg_date, xg_no, leader_cmt, leader_sign, leader_date, leader_no, stu_year_id, create_by, create_time, update_by, update_time from knzz_tufa_apply
insert into knzz_tufa_apply
stu_no,
stu_name,
gender,
mz,
class_name,
stu_phone,
sfzh,
help_his,
bank_card,
jthk,
hard_condition,
year_money,
month_money,
money_source,
family_addr,
post_code,
family_member_list,
apply_reason,
apply_sign,
apply_date,
hard_file,
apply_status,
fdy_cmt,
fdy_sign,
fdy_date,
fdy_no,
dept_cmt,
dept_sign,
dept_date,
dept_no,
xg_cmt,
xg_sign,
xg_date,
xg_no,
leader_cmt,
leader_sign,
leader_date,
leader_no,
stu_year_id,
create_by,
create_time,
update_by,
update_time,
#{stuNo},
#{stuName},
#{gender},
#{mz},
#{className},
#{stuPhone},
#{sfzh},
#{helpHis},
#{bankCard},
#{jthk},
#{hardCondition},
#{yearMoney},
#{monthMoney},
#{moneySource},
#{familyAddr},
#{postCode},
#{familyMemberList},
#{applyReason},
#{applySign},
#{applyDate},
#{hardFile},
#{applyStatus},
#{fdyCmt},
#{fdySign},
#{fdyDate},
#{fdyNo},
#{deptCmt},
#{deptSign},
#{deptDate},
#{deptNo},
#{xgCmt},
#{xgSign},
#{xgDate},
#{xgNo},
#{leaderCmt},
#{leaderSign},
#{leaderDate},
#{leaderNo},
#{stuYearId},
#{createBy},
#{createTime},
#{updateBy},
#{updateTime},
update knzz_tufa_apply
stu_no = #{stuNo},
stu_name = #{stuName},
gender = #{gender},
mz = #{mz},
class_name = #{className},
stu_phone = #{stuPhone},
sfzh = #{sfzh},
help_his = #{helpHis},
bank_card = #{bankCard},
jthk = #{jthk},
hard_condition = #{hardCondition},
year_money = #{yearMoney},
month_money = #{monthMoney},
money_source = #{moneySource},
family_addr = #{familyAddr},
post_code = #{postCode},
family_member_list = #{familyMemberList},
apply_reason = #{applyReason},
apply_sign = #{applySign},
apply_date = #{applyDate},
hard_file = #{hardFile},
apply_status = #{applyStatus},
fdy_cmt = #{fdyCmt},
fdy_sign = #{fdySign},
fdy_date = #{fdyDate},
fdy_no = #{fdyNo},
dept_cmt = #{deptCmt},
dept_sign = #{deptSign},
dept_date = #{deptDate},
dept_no = #{deptNo},
xg_cmt = #{xgCmt},
xg_sign = #{xgSign},
xg_date = #{xgDate},
xg_no = #{xgNo},
leader_cmt = #{leaderCmt},
leader_sign = #{leaderSign},
leader_date = #{leaderDate},
leader_no = #{leaderNo},
stu_year_id = #{stuYearId},
create_by = #{createBy},
create_time = #{createTime},
update_by = #{updateBy},
update_time = #{updateTime},
where id = #{id}
delete from knzz_tufa_apply where id = #{id}
delete from knzz_tufa_apply where id in
#{id}