Browse Source

admin update

xiaoyu 1 year ago
parent
commit
259d158508
1 changed files with 1 additions and 1 deletions
  1. 1 1
      admin/control/ordersendlist.php

+ 1 - 1
admin/control/ordersendlist.php

@@ -739,7 +739,7 @@ class ordersendlistControl extends SystemControl
         if(in_array($_GET['except_state'], ['0', '1'])) {
             $cond['except_state'] = $_GET['except_state'];
         }
-        $list = $mod_except->getExceptionList($cond);
+        $list = $mod_except->getExceptionList($cond, 200);
 
         $merchant_list = $this->merchants();
         foreach ($merchant_list as  $value) {