Browse Source

[FIX]

pull/278/head
viletyy 5 years ago
parent
commit
749cd058c4
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      app/controllers/apply_signatures_controller.rb

+ 1
- 1
app/controllers/apply_signatures_controller.rb View File

@@ -2,7 +2,7 @@ class ApplySignaturesController < ApplicationController
include ApplicationHelper

def template_file
license = License.find_by_name("PHengLET")
license = License.find_by_name("PHengLEI")
file = license.attachments.take
normal_status(-1, "文件不存在") if file.blank?
send_file(absolute_path(local_path(file)), filename: file.title,stream:false, type: file.content_type.presence || 'application/octet-stream')


Loading…
Cancel
Save