@@ -23,7 +23,7 @@ class ConsultantService
$where = [];
$whereDept = [];
$whereTopDept = [];
- $deptIds = TeamService::getIdsByUser(1);
+ $deptIds = TeamService::getIdsByUser();
if (false === $deptIds) {
//无权限
$where[] = ['dept_id', '=', 0];