|
@@ -80,7 +80,8 @@ class Talent {
|
|
|
$unpass_companyIds = array_diff($companyIds, (array) $pass_companyIds);
|
|
|
} */
|
|
|
$pass_companyIds = TalentLogApi::getPassDepts($talent_info["id"]);
|
|
|
- $companyIds = \app\common\api\VerifyApi::getNewReCheckCompanyIds($talent_info["re_check_companys"], $companyIds, $pass_companyIds);
|
|
|
+ $re_check_companys = $talent_info["re_check_companys"] ? array_filter(explode(",", $talent_info["re_check_companys"])) : [];
|
|
|
+ $companyIds = \app\common\api\VerifyApi::getNewReCheckCompanyIds($re_check_companys, $companyIds, $pass_companyIds);
|
|
|
$unpass_companyIds = array_diff($companyIds, (array) $pass_companyIds);
|
|
|
if (!$unpass_companyIds) {
|
|
|
|
|
@@ -179,7 +180,7 @@ class Talent {
|
|
|
$name = $talentInfo["name"];
|
|
|
$cardNumber = $talentInfo["card_number"];
|
|
|
$type = $talentInfo["enterpriseType"];
|
|
|
-
|
|
|
+
|
|
|
|
|
|
|
|
|
|