From 502039d2ac4a94abbc4afbe8d74da940972563fc Mon Sep 17 00:00:00 2001 From: hujiabin <519660157@qq.com> Date: Fri, 2 Aug 2024 15:31:44 +0800 Subject: [PATCH] 1 --- webapp/controller/InGameMallController.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/controller/InGameMallController.class.php b/webapp/controller/InGameMallController.class.php index 2599e06c..cbbd4f2c 100644 --- a/webapp/controller/InGameMallController.class.php +++ b/webapp/controller/InGameMallController.class.php @@ -154,7 +154,7 @@ class InGameMallController extends BaseAuthedController { 'custom_func' => function () use ($queryData) { $typeFilter = $queryData['type_filter']; if ($typeFilter == 1){ - return "AND (order_type = 1) OR (order_type = 4)"; + return "AND ((order_type = 1) OR (order_type = 4))"; }else{ return "AND (order_type = '${typeFilter}')"; }