公司查询
This commit is contained in:
parent
a840a0575d
commit
dce68f6a7a
@ -56,7 +56,12 @@ class CompanyLists extends BaseAdminDataLists implements ListsSearchInterface
|
||||
*/
|
||||
public function lists(): array
|
||||
{
|
||||
$where=[];
|
||||
if($this->adminInfo['root']!=1){
|
||||
$where['area_manager']=$this->adminId;
|
||||
}
|
||||
return Company::where($this->searchWhere)
|
||||
->where($where)
|
||||
->field(['is_authentication','id', 'level_two', 'level_one', 'company_name', 'organization_code', 'city', 'area', 'street', 'company_type', 'master_name', 'master_position', 'master_phone', 'master_email', 'other_contacts', 'area_manager', 'is_contract', 'deposit', 'deposit_time', 'qualification', 'status'])
|
||||
->limit($this->limitOffset, $this->limitLength)
|
||||
->order(['id' => 'desc'])
|
||||
|
Loading…
x
Reference in New Issue
Block a user