作者 ZhengBing He

hr_id

... ... @@ -247,7 +247,7 @@ class FetchTicketProjects extends Command
// $team_ids 去掉下标
$team_ids_in = array_values($team_ids_in);
$team_ids = ManageHr::whereIn('manage_id', $team_ids_in)->where('status', 1)->pluck('manage_id')
$team_ids = ManageHr::whereIn('id', $team_ids_in)->where('status', 1)->pluck('manage_id')
->unique()
->filter(fn($v) => !is_null($v) && $v !== 0)
->values()
... ...