From 34a6c5c4d4af0db29eb3bc10aa19d3cb15618e0d Mon Sep 17 00:00:00 2001 From: chengxl Date: Mon, 17 Nov 2025 14:08:56 +0800 Subject: [PATCH] =?UTF-8?q?=E7=8A=B6=E6=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/api/controller/Workbench.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/api/controller/Workbench.php b/application/api/controller/Workbench.php index dd6c90a..1eb8431 100644 --- a/application/api/controller/Workbench.php +++ b/application/api/controller/Workbench.php @@ -74,7 +74,7 @@ class Workbench extends Base if($iState >= 0){ $aWhere['state'] = $iState; }else{ - $aWhere['state'] = ['between',[0,8]]; + $aWhere['state'] = ['in',[0,1,2,4,6,7,8]]; } //国家 $sCountry = empty($aParam['country']) ? 0 : $aParam['country'];