Browse Source

admin update

haru haru 3 years ago
parent
commit
7d045d10c4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      admin/control/refill_order_manual.php

+ 1 - 1
admin/control/refill_order_manual.php

@@ -153,7 +153,7 @@ class refill_order_manualControl extends SystemControl
                     unset($mch_orderData[$key]);
                     unset($mch_orderData[$key]);
                 }
                 }
                 $order_list[$order_id]['card_type_text'] = $this->scard_type($order['card_type']);
                 $order_list[$order_id]['card_type_text'] = $this->scard_type($order['card_type']);
-                $order_list[$order_id]['company_name'] = $merchants[$value['mchid']]['company_name'];
+                $order_list[$order_id]['company_name'] = $merchants[$order['mchid']]['company_name'];
                 if ($order['notify_time'] > 0) {
                 if ($order['notify_time'] > 0) {
                     $diff_time = $order['notify_time'] - $order['order_time'];
                     $diff_time = $order['notify_time'] - $order['order_time'];
                 } else {
                 } else {