|
@@ -70,7 +70,7 @@ class VerifyApi {
|
|
|
$info["enterpriseBankNetwork"] = $enterprise["bankNetwork"];
|
|
|
$info["enterpriseBank"] = $enterprise["bank"];
|
|
|
$info["isGeneral"] = $enterprise["isGeneral"];
|
|
|
- $info["medicalCommunityName"] = \app\common\api\Nhc::getMedicalCommunityMap()[$enterprise["medicalCommunityId"]];
|
|
|
+ $info["medicalCommunityName"] = $enterprise["medicalCommunityId"] ? \app\common\api\Nhc::getMedicalCommunityMap()[$enterprise["medicalCommunityId"]] : "";
|
|
|
|
|
|
if ($info["talent_type"]) {
|
|
|
if ($enterprise["type"] == \app\common\state\CommonConst::ENTERPRISE_WJ) {
|