Sfoglia il codice sorgente

工作单位变更一个小修复

sugangqiang 1 anno fa
parent
commit
82e4351d07
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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) {
     private function getTalentInfoByIdCard($idCard, $active = null) {
-        $where[] = ["enterprise_id", "=", $this->user["uid"]];
+        //$where[] = ["enterprise_id", "=", $this->user["uid"]];
         $where[] = ["card_number", "=", $idCard];
         $where[] = ["card_number", "=", $idCard];
         $where[] = ["checkState", "=", \app\common\api\TalentState::CERTIFICATED];
         $where[] = ["checkState", "=", \app\common\api\TalentState::CERTIFICATED];
         $where[] = ["delete", "=", 0];
         $where[] = ["delete", "=", 0];