select id, stu_no, t_no, create_time, create_by, update_time, update_by from rt_class_metting_stu_upload
insert into rt_class_metting_stu_upload
stu_no,t_no,create_time,create_by,update_time,update_by,#{stuNo},#{tNo},#{createTime},#{createBy},#{updateTime},#{updateBy},
update rt_class_metting_stu_upload
stu_no = #{stuNo},t_no = #{tNo},create_time = #{createTime},create_by = #{createBy},update_time = #{updateTime},update_by = #{updateBy},
where id = #{id}
delete from rt_class_metting_stu_upload where id = #{id}
delete from rt_class_metting_stu_upload where id in
#{id}