sugangqiang 2 years ago
parent
commit
ba8befa5c3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/enterprise/controller/Talent.php

+ 1 - 1
app/enterprise/controller/Talent.php

@@ -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"]);