状态
This commit is contained in:
@@ -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'];
|
||||
|
||||
Reference in New Issue
Block a user