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