fix ec teample download bug

dev_aliyun
p31729568 6 years ago
parent 2beeb73610
commit 972fd5fe3d

@ -239,7 +239,7 @@ class EcYearsController < ApplicationController
template_file = EcTemplate.find_by_name "课程列表导入模板"
if template_file.present?
file = template_file.attachments.first
@file_url = '' #"/attachments/download/#{file.id}/#{file.filename}"
@file_url = "/attachments/download/#{file.id}/#{file.filename}"
else
@file_url = "javascript:void(0);"
end

Loading…
Cancel
Save