|
|
|
@ -201,11 +201,8 @@ class HomeworkCommonsController < ApplicationController
|
|
|
|
|
tip_exception(403, "无权限操作")
|
|
|
|
|
else
|
|
|
|
|
if @work_excel.present?
|
|
|
|
|
Rails.logger.info("############_____________@work_excel_________###############{@work_excel.size}")
|
|
|
|
|
Rails.logger.info("############_____________@homework_________###############{@homework.id}")
|
|
|
|
|
student_work_to_xlsx(@work_excel,@homework)
|
|
|
|
|
exercise_export_name = current_user.real_name + "_" + @course.name + "_" + @homework.name + "_" + Time.now.strftime('%Y%m%d_%H%M%S')
|
|
|
|
|
Rails.logger.info("############_____________exercise_export_name_________###############{exercise_export_name}")
|
|
|
|
|
|
|
|
|
|
render xlsx: "#{exercise_export_name.strip.first(30)}",template: "homework_commons/works_list.xlsx.axlsx",locals:
|
|
|
|
|
{table_columns: @work_head_cells,task_users: @work_cells_column}
|
|
|
|
|