|
@@ -730,7 +730,7 @@ class ordersendlistControl extends SystemControl
|
|
|
$_GET['except_state'] = $_GET['except_state'] ?? 0;
|
|
|
if (!empty($_GET['order_sns'])) {
|
|
|
$order_sns = rtrim($_GET['order_sns'],',');
|
|
|
- $cond['order_sn'] = ['in', $order_sns];
|
|
|
+ $cond['refill_exception.order_sn'] = ['in', $order_sns];
|
|
|
}
|
|
|
if(isset($_GET['except_type']) && $_GET['except_type'] !== '') {
|
|
|
$_GET['except_type'] = intval($_GET['except_type']);
|