|
|
public function employeeList($data,$user){
|
|
public function employeeList($data,$user){
|
|
|
$model = Employee::TopClear($user,$data);
|
|
$model = Employee::TopClear($user,$data);
|
|
|
$model = $model->where('del_time',0)
|
|
$model = $model->where('del_time',0)
|
|
|
->select('number','mobile','title','id','is_admin', 'account', 'crt_time', 'state')
|
|
->select('number','mobile','title','id','is_admin', 'account', 'crt_time', 'state')
|