|
|
|
@ -194,7 +194,7 @@ class HomeworkCommonsController < ApplicationController
|
|
|
|
|
end
|
|
|
|
|
|
|
|
|
|
@work_count = @student_works.size
|
|
|
|
|
@work_excel = @student_works.where("work_status > 0")
|
|
|
|
|
@work_excel = @student_works
|
|
|
|
|
|
|
|
|
|
# 排序
|
|
|
|
|
rorder = params[:order].blank? ? "update_time" : params[:order]
|
|
|
|
|