소스 검색

搜索保存未提交去掉驳回状态

sugangqiang 2 년 전
부모
커밋
e02e6c4fa1
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      app/common/api/VerifyApi.php

+ 2 - 1
app/common/api/VerifyApi.php

@@ -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://待审核