|
@@ -81,7 +81,7 @@ class order_search_fuluControl extends SystemControl
|
|
|
$order_list[$order_id]['quality_text'] = $this->quality_format($order_info['quality'],$order_info['card_type']);
|
|
|
}
|
|
|
}
|
|
|
- $merchant_list = $this->merchants();
|
|
|
+ $merchant_list = $this->merchants(['mchid' => ['in', $config['fulu_mchid']]]);
|
|
|
Tpl::output('merchant_list', $merchant_list);
|
|
|
Tpl::output('order_list', $order_list);
|
|
|
Tpl::output('show_page', $model_refill_order->showpage());
|