Procházet zdrojové kódy

refill_order_batch limit 2000

xiaoyu před 3 roky
rodič
revize
e6eef4edae
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      admin/control/refill_order_manual.php

+ 1 - 1
admin/control/refill_order_manual.php

@@ -91,7 +91,7 @@ class refill_order_manualControl extends SystemControl
             if($type != 'notify') {
                 $condition['vr_order.order_state'] = ORDER_STATE_SEND;
             }
-            $order_list = $model_refill_order->getMerchantOrderList($condition,'','refill_order.*,vr_order.order_state');
+            $order_list = $model_refill_order->getMerchantOrderList($condition,'','refill_order.*,vr_order.order_state','refill_order.order_id desc',2000);
             if($type == 'success') {
                 foreach ($order_list as $order) {
                     $check_fetch_order = $this->check_fetch_order($order['order_sn']);