sugangqiang 2 жил өмнө
parent
commit
321a7d8519

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

@@ -367,7 +367,8 @@ class VerifyApi {
                 case 3:
                     switch ($params["checkState"]) {
                         case -1://保存未提交
-                            $where[] = ["ti.checkState", "=", TalentState::SCND_SAVE];
+                            //$where[] = ["ti.checkState", "=", TalentState::SCND_SAVE];
+                            $where[] = ["tl.new_state", "=", TalentState::SCND_SAVE];
                             break;
                         case 1://待审核
                             $where[] = ["ti.checkState", "=", TalentState::SCND_SUBMIT];