状态
This commit is contained in:
@@ -74,7 +74,7 @@ class Workbench extends Base
|
|||||||
if($iState >= 0){
|
if($iState >= 0){
|
||||||
$aWhere['state'] = $iState;
|
$aWhere['state'] = $iState;
|
||||||
}else{
|
}else{
|
||||||
$aWhere['state'] = ['between',[0,8]];
|
$aWhere['state'] = ['in',[0,1,2,4,6,7,8]];
|
||||||
}
|
}
|
||||||
//国家
|
//国家
|
||||||
$sCountry = empty($aParam['country']) ? 0 : $aParam['country'];
|
$sCountry = empty($aParam['country']) ? 0 : $aParam['country'];
|
||||||
|
|||||||
Reference in New Issue
Block a user