|
@@ -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]; //排除人才条件上传文件
|