Prechádzať zdrojové kódy

refill_order_batch limit 2000

xiaoyu 3 rokov pred
rodič
commit
e6eef4edae
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  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']);