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