|
@@ -125,7 +125,9 @@ class TalentApi {
|
|
|
$condition = TalentConditionApi::getOne($item["talent_condition"]);
|
|
|
$list[$key]["talentArrangeName"] = isset($talentArangeList[$item["talent_arrange"]]) ? $talentArangeList[$item["talent_arrange"]] : "";
|
|
|
$list[$key]["identifyConditionText"] = $condition["name"];
|
|
|
- $list[$key]["companyIds"] = $condition["companyIds"];
|
|
|
+ if (!$item["isImport"]) {
|
|
|
+ $list[$key]["companyIds"] = $condition["companyIds"];
|
|
|
+ }
|
|
|
$list[$key]["type"] = $enterprise["type"];
|
|
|
$list[$key]["enterpriseName"] = $enterprise["name"];
|
|
|
$list[$key]["industryName"] = $industries[$enterprise["industryFieldNew"]];
|