This commit is contained in:
huang 2016-11-02 17:17:33 +08:00
parent e0027c0e00
commit 22dff9245d
1 changed files with 1 additions and 1 deletions

View File

@ -117,7 +117,7 @@ module ApplicationHelper
# 管理员界面导出所有项目代码、提交次数统计
def admin_export_rep_xls
members = Member.where(:course_id => -1)
end
# 项目issue列表导出Excel功能