stanley-king 4 years ago
parent
commit
130d3d6ba6
1 changed files with 2 additions and 1 deletions
  1. 2 1
      helper/refill/RefillBase.php

+ 2 - 1
helper/refill/RefillBase.php

@@ -402,8 +402,9 @@ class RefillBase
     {
     {
         $mod_refill = Model('refill_order');
         $mod_refill = Model('refill_order');
         $refill_info = $mod_refill->getOrderInfo(['order_id' => $order_id,'inner_status' => 0]);
         $refill_info = $mod_refill->getOrderInfo(['order_id' => $order_id,'inner_status' => 0]);
-
         $chname = $refill_info['channel_name'];
         $chname = $refill_info['channel_name'];
+
+        Log::record(__FUNCTION__ . " channel {$chname} 1",Log::DEBUG);
         $provider = $this->mPolicy->provider($chname);
         $provider = $this->mPolicy->provider($chname);
 
 
         Log::record(__FUNCTION__ . " channel {$chname}",Log::DEBUG);
         Log::record(__FUNCTION__ . " channel {$chname}",Log::DEBUG);