stanley-king 2 anni fa
parent
commit
b3599e4107
1 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  1. 2 1
      admin/control/refill_order_manual.php

+ 2 - 1
admin/control/refill_order_manual.php

@@ -461,7 +461,7 @@ class refill_order_manualControl extends SystemControl
         foreach ($mMchid2Infos as $mch) {
             $mchids[] = $mch['transfer_mchid'];
         }
-
+        
         $condition['inner_status'] = 0;
         $condition['mchid'] = ['in', $mchids];
         $condition['vr_order.add_time&vr_order.add_time'] = ['_multi' => true,
@@ -509,6 +509,7 @@ class refill_order_manualControl extends SystemControl
     {
         $condition['vr_order.order_state'] = ORDER_STATE_CANCEL;
         $order_list = $this->transfer_orderData($_GET, $condition);
+
         Tpl::output('list', $order_list);
         Tpl::output('show_page', Model('')->showpage());
         Tpl::showpage('transfer.order.recharge');