stanley-king 3 năm trước cách đây
mục cha
commit
8f13b4324d
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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;