|
@@ -58,7 +58,7 @@ class Talent extends EnterpriseController {
|
|
|
$param = $request->param();
|
|
|
$id = isset($param["id"]) ? $param["id"] : 0;
|
|
|
$info = \app\common\api\VerifyApi::getTalentInfoById($id);
|
|
|
- if ($info["isImport"] == 1) {
|
|
|
+ if ($info["isImport"]) {
|
|
|
$tpl = "no_file_apply"; //晋江人才
|
|
|
}
|
|
|
$ep = EnterpriseApi::getOne($this->user["uid"]);
|