瀏覽代碼

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

sugangqiang 2 年之前
父節點
當前提交
4693c4c98b
共有 1 個文件被更改,包括 1 次插入1 次删除
  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]; //排除人才条件上传文件