stanley-king 3 年之前
父節點
當前提交
8f13b4324d
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      mobile/control/refill.php

+ 1 - 0
mobile/control/refill.php

@@ -290,6 +290,7 @@ class refillControl extends merchantControl
 
         $order_state = refill\util::query_queue_order($mchid,$order_sn);
         if ($order_state == ORDER_STATE_QUEUE || $order_state == ORDER_STATE_SEND) {
+            Log::record("query_queue",Log::DEBUG);
             $result['mchid'] = $mchid;
             $result['order_sn'] = $order_sn;
             $result['order_state'] = $order_state;