abiao 4 years ago
parent
commit
72ae9caeaf
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/models/cash_balance.rb

+ 1 - 1
app/models/cash_balance.rb

@@ -7,7 +7,7 @@ class CashBalance < ActiveRecord::Base
   attr_accessor :remain_sum,:get_happen_total
 
   #after_find :get_happen_total
-  puts request.url
+  puts request.original_url
 
   SOURCE_ENUM = [["提货券充值佣金", "balance_benefit"],
                  ["商品佣金", "product_benefit"],