|
@@ -377,8 +377,9 @@ class VerifyApi {
|
|
|
case 3:
|
|
|
switch ($params["checkState"]) {
|
|
|
case -1://保存未提交
|
|
|
- //$where[] = ["ti.checkState", "=", TalentState::SCND_SAVE];
|
|
|
$where[] = ["tl.new_state", "=", TalentState::SCND_SAVE];
|
|
|
+ $where[] = ["tl.state", "<>", TalentState::FST_VERIFY_REJECT];
|
|
|
+ //$where[] = ["ti.first_submit_time", "exp", Db::raw("is null")];
|
|
|
$where[] = ["ti.delete", "=", 0];
|
|
|
break;
|
|
|
case 1://待审核
|