stanley-king 3 years ago
parent
commit
0e2d0c07ec
1 changed files with 4 additions and 0 deletions
  1. 4 0
      helper/refill/RefillBase.php

+ 4 - 0
helper/refill/RefillBase.php

@@ -158,8 +158,12 @@ class RefillBase
         }
 
         $mod_refill->edit($order_id, ['notify_time' => time(), 'is_retrying' => 0,'notify_state' => 1]);
+        Log::record("proc_notify pop_queue_order 1",Log::DEBUG);
         util::pop_queue_order($mchid,$mch_order);
+        Log::record("proc_notify pop_queue_order 2",Log::DEBUG);
         QueueClient::push("NotifyMerchantComplete", ['order_id' => $order_id,'manual' => false]);
+        Log::record("proc_notify pop_queue_order 3",Log::DEBUG);
+        
         return true;
     }