|
@@ -175,7 +175,7 @@ class TalentTypeChange extends AdminController {
|
|
|
foreach ($otherDeptState as &$ds) {
|
|
|
$companyInfo = getCacheById("Company", $ds["companyId"]);
|
|
|
$ds["companyName"] = $companyInfo["name"];
|
|
|
- }unset($otherDeptState);
|
|
|
+ }
|
|
|
$list[$key]["otherDeptState"] = $otherDeptState;
|
|
|
}
|
|
|
}
|