|
@@ -262,7 +262,6 @@ class User extends BaseModel
|
|
$where=[];
|
|
$where=[];
|
|
$where[]=["u.work_type_id",">",0];
|
|
$where[]=["u.work_type_id",">",0];
|
|
$where[]=["u.status","=",1];
|
|
$where[]=["u.status","=",1];
|
|
- $where[]=["a.is_show","=",1];
|
|
|
|
if(!empty($post['work_type_id'])){
|
|
if(!empty($post['work_type_id'])){
|
|
$where[]=["u.work_type_id","=",$post['work_type_id']];
|
|
$where[]=["u.work_type_id","=",$post['work_type_id']];
|
|
}
|
|
}
|