where('key',$where['key']); } $res = $model->field($field)->find();//员工信息 if($res){ $res = $res->toArray(); }else{ $res = []; } return $res; } }