Parcourir la source

sys config upgrade

abiao il y a 4 ans
Parent
commit
179e349849
1 fichiers modifiés avec 3 ajouts et 0 suppressions
  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