Browse Source

refill_search_fulu

xiaoyu 2 years ago
parent
commit
6674fd26a7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      admin/control/order_search_fulu.php

+ 1 - 1
admin/control/order_search_fulu.php

@@ -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());