This commit is contained in:
chengxl
2025-11-17 14:08:56 +08:00
parent 2d9f7c6260
commit 34a6c5c4d4

View File

@@ -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'];