select id, stu_year_id, stu_no, stu_name, gender, birth_month, mz, zzmm, in_time, grade_name, id_card, stu_phone, dept_name, major_name,
class_name, pic, help_his, family_num, month_money, per_money, hard_type, money_src, home_addr, post_code, major_rank, major_num,
is_cph, bxk, jg, class_rank, class_num, apply_reason, apply_sign, apply_date, fdy_cmt, fdy_sign, fdy_date, fdy_no, xw_cmt, xw_sign,
xw_date, xw_no, xg_cmt, xg_sign, xg_date, xg_no, apply_status, create_by, create_time, update_by, update_time,hard_file from knzz_gl_apply
insert into knzz_gl_apply
stu_year_id,
stu_no,
stu_name,
gender,
birth_month,
mz,
zzmm,
in_time,
grade_name,
id_card,
stu_phone,
dept_name,
major_name,
class_name,
pic,
help_his,
family_num,
month_money,
per_money,
hard_type,
money_src,
home_addr,
post_code,
major_rank,
major_num,
is_cph,
bxk,
jg,
class_rank,
class_num,
apply_reason,
apply_sign,
apply_date,
fdy_cmt,
fdy_sign,
fdy_date,
fdy_no,
xw_cmt,
xw_sign,
xw_date,
xw_no,
xg_cmt,
xg_sign,
xg_date,
xg_no,
apply_status,
create_by,
create_time,
update_by,
update_time,
#{stuYearId},
#{stuNo},
#{stuName},
#{gender},
#{birthMonth},
#{mz},
#{zzmm},
#{inTime},
#{gradeName},
#{idCard},
#{stuPhone},
#{deptName},
#{majorName},
#{className},
#{pic},
#{helpHis},
#{familyNum},
#{monthMoney},
#{perMoney},
#{hardType},
#{moneySrc},
#{homeAddr},
#{postCode},
#{majorRank},
#{majorNum},
#{isCph},
#{bxk},
#{jg},
#{classRank},
#{classNum},
#{applyReason},
#{applySign},
#{applyDate},
#{fdyCmt},
#{fdySign},
#{fdyDate},
#{fdyNo},
#{xwCmt},
#{xwSign},
#{xwDate},
#{xwNo},
#{xgCmt},
#{xgSign},
#{xgDate},
#{xgNo},
#{applyStatus},
#{createBy},
#{createTime},
#{updateBy},
#{updateTime},
update knzz_gl_apply
stu_year_id = #{stuYearId},
stu_no = #{stuNo},
stu_name = #{stuName},
gender = #{gender},
birth_month = #{birthMonth},
mz = #{mz},
zzmm = #{zzmm},
in_time = #{inTime},
grade_name = #{gradeName},
id_card = #{idCard},
stu_phone = #{stuPhone},
dept_name = #{deptName},
major_name = #{majorName},
class_name = #{className},
pic = #{pic},
help_his = #{helpHis},
family_num = #{familyNum},
month_money = #{monthMoney},
per_money = #{perMoney},
hard_type = #{hardType},
money_src = #{moneySrc},
home_addr = #{homeAddr},
post_code = #{postCode},
major_rank = #{majorRank},
major_num = #{majorNum},
is_cph = #{isCph},
bxk = #{bxk},
jg = #{jg},
class_rank = #{classRank},
class_num = #{classNum},
apply_reason = #{applyReason},
apply_sign = #{applySign},
apply_date = #{applyDate},
fdy_cmt = #{fdyCmt},
fdy_sign = #{fdySign},
fdy_date = #{fdyDate},
fdy_no = #{fdyNo},
xw_cmt = #{xwCmt},
xw_sign = #{xwSign},
xw_date = #{xwDate},
xw_no = #{xwNo},
xg_cmt = #{xgCmt},
xg_sign = #{xgSign},
xg_date = #{xgDate},
xg_no = #{xgNo},
apply_status = #{applyStatus},
create_by = #{createBy},
create_time = #{createTime},
update_by = #{updateBy},
update_time = #{updateTime},
where id = #{id}
delete from knzz_gl_apply where id = #{id}
delete from knzz_gl_apply where id in
#{id}