|
@@ -726,8 +726,7 @@ class ordersendlistControl extends SystemControl
|
|
|
public function order_exceptionOp()
|
|
|
{
|
|
|
$mod_except = Model('refill_exception');
|
|
|
- $cond['except_state'] = 0;
|
|
|
-
|
|
|
+ $_GET['except_state'] = $_GET['except_state'] ?? 0;
|
|
|
|
|
|
if (!empty($_GET['order_sns'])) {
|
|
|
$order_sns = rtrim($_GET['order_sns'],',');
|