作业长度定为50

This commit is contained in:
guange 2016-05-30 18:40:22 +08:00
parent acc323e46d
commit 858ad47338
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ class ZipdownController < ApplicationController
#勿删 before_filter :authorize, :only => [:assort,:download_user_homework]
SAVE_FOLDER = "#{Rails.root}/files"
OUTPUT_FOLDER = "#{Rails.root}/files/archiveZip"
MAX_PATH = 250
MAX_PATH = 50
#统一下载功能
def download