xiaoyu 1 год назад
Родитель
Сommit
259d158508
1 измененных файлов с 1 добавлено и 1 удалено
  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) {