Explorar el Código

sys config upgrade

abiao hace 4 años
padre
commit
179e349849
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      lib/rails_admin/generate_order_sheet.rb

+ 3 - 0
lib/rails_admin/generate_order_sheet.rb

@@ -27,6 +27,9 @@ module RailsAdmin
                     if not order_sheet.blank?
                         n = "已成功生成"
                         url = "#{CONFIG_FILE["app_host"]}/railsadmin/order/generate_file/#{@object.id}/0"
+                        p url
+                        p url
+                        p url
                         begin
                             ret = RestClient.get url, {} #per_page: 5
                         rescue Exception => e