From 149042b53850400b87458506dfe6e2d1578c5229 Mon Sep 17 00:00:00 2001 From: hant Date: Tue, 1 Jul 2025 21:46:01 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=AE=A2=E5=8D=95=E7=BC=96?= =?UTF-8?q?=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/admin/controller/Order.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/application/admin/controller/Order.php b/application/admin/controller/Order.php index a030bc7..b608090 100644 --- a/application/admin/controller/Order.php +++ b/application/admin/controller/Order.php @@ -911,7 +911,7 @@ class Order extends Backend $where[] = [implode("|", $searcharr), "LIKE", "%{$search}%"]; } $index = 0; - + $op = (array)json_decode($op, true); foreach ($filter as $k => $v) { if ($k == 'user.nickname' || $k == 'is_timeout') continue; if (!preg_match('/^[a-zA-Z0-9_\-\.]+$/', $k)) { @@ -1047,6 +1047,7 @@ class Order extends Backend } } }; + return [$where, $sort, $order, $offset, $limit, $page, $alias, $bind]; }