|
@@ -153,7 +153,7 @@ class refill_order_manualControl extends SystemControl
|
|
|
unset($mch_orderData[$key]);
|
|
|
}
|
|
|
$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) {
|
|
|
$diff_time = $order['notify_time'] - $order['order_time'];
|
|
|
} else {
|