소스 검색

工作单位变更一个小修复

sugangqiang 1 년 전
부모
커밋
82e4351d07
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app/enterprise/controller/TalentQuit.php

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

@@ -240,7 +240,7 @@ class TalentQuit extends EnterpriseController {
     }
 
     private function getTalentInfoByIdCard($idCard, $active = null) {
-        $where[] = ["enterprise_id", "=", $this->user["uid"]];
+        //$where[] = ["enterprise_id", "=", $this->user["uid"]];
         $where[] = ["card_number", "=", $idCard];
         $where[] = ["checkState", "=", \app\common\api\TalentState::CERTIFICATED];
         $where[] = ["delete", "=", 0];