|
@@ -384,7 +384,8 @@ class VerifyApi {
|
|
|
break;
|
|
|
case 1://待审核
|
|
|
$where[] = ["ti.checkState", "=", TalentState::SCND_SUBMIT];
|
|
|
- $where[] = ["tl.state", "in", [TalentState::SCND_SUBMIT, TalentState::DEPT_VERIFY_REJECT, TalentState::REVERIFY_REJECT]];
|
|
|
+ //$where[] = ["tl.state", "in", [TalentState::SCND_SUBMIT, TalentState::DEPT_VERIFY_REJECT, TalentState::REVERIFY_REJECT]];
|
|
|
+ $where[] = ["tl.last_state", "<>", TalentState::FST_VERIFY_REJECT];
|
|
|
break;
|
|
|
case 2://驳回
|
|
|
//$where[] = ["ti.checkState", "=", TalentState::SCND_SUBMIT];
|