作者 ZhengBing He

hr_id

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