select id, stu_no, stu_year_id, class_two, youth_study, zzmm, class_post, good_his, main_his, fdy_cmt, xw_cmt, jwc_cmt, apply_status, create_by, create_time, update_by, update_time from cph_biye_apply
insert into cph_biye_apply
stu_no,
stu_year_id,
class_two,
youth_study,
zzmm,
class_post,
good_his,
main_his,
fdy_cmt,
xw_cmt,
jwc_cmt,
apply_status,
create_by,
create_time,
update_by,
update_time,
#{stuNo},
#{stuYearId},
#{classTwo},
#{youthStudy},
#{zzmm},
#{classPost},
#{goodHis},
#{mainHis},
#{fdyCmt},
#{xwCmt},
#{jwcCmt},
#{applyStatus},
#{createBy},
#{createTime},
#{updateBy},
#{updateTime},
update cph_biye_apply
stu_no = #{stuNo},
stu_year_id = #{stuYearId},
class_two = #{classTwo},
youth_study = #{youthStudy},
zzmm = #{zzmm},
class_post = #{classPost},
good_his = #{goodHis},
main_his = #{mainHis},
fdy_cmt = #{fdyCmt},
xw_cmt = #{xwCmt},
jwc_cmt = #{jwcCmt},
apply_status = #{applyStatus},
create_by = #{createBy},
create_time = #{createTime},
update_by = #{updateBy},
update_time = #{updateTime},
where id = #{id}
delete from cph_biye_apply where id = #{id}
delete from cph_biye_apply where id in
#{id}