Browse Source

第一步附件读取状态增加—1

sugangqiang 2 years ago
parent
commit
4693c4c98b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/common/controller/Api.php

+ 1 - 1
app/common/controller/Api.php

@@ -169,7 +169,7 @@ class Api extends BaseController {
         $type = $param["type"];
         $checkState = $param["checkState"];
         $talent_condition = $param["talent_condition"];
-        if (in_array($checkState, [0, 1, 2])) {
+        if (in_array($checkState, [-1, 0, 1, 2])) {
             $where[] = ["step", "=", 1]; //只查找人才第一步所需文件
         } else {
             $where[] = ["isConditionFile", "=", 0]; //排除人才条件上传文件