|
@@ -971,9 +971,9 @@ class Talent extends AdminController {
|
|
if ($talent_info["isImport"] && $talent_info["isMatchZhiren"]) {
|
|
if ($talent_info["isImport"] && $talent_info["isMatchZhiren"]) {
|
|
$data["pass_dept_check"] = 1;
|
|
$data["pass_dept_check"] = 1;
|
|
}
|
|
}
|
|
- if (in_array($ep["type"], [CommonConst::ENTERPRISE_GJ, CommonConst::ENTERPRISE_WJ]) && $talent_info["is_fujian_talent"] == 1 && $talent_info["is_jinjiang_talent"] == 1) {
|
|
|
|
- $data["pass_dept_check"] = 1;
|
|
|
|
- }
|
|
|
|
|
|
+ /* if (in_array($ep["type"], [CommonConst::ENTERPRISE_GJ, CommonConst::ENTERPRISE_WJ]) && $talent_info["is_fujian_talent"] == 1 && $talent_info["is_jinjiang_talent"] == 1) {
|
|
|
|
+ $data["pass_dept_check"] = 1;
|
|
|
|
+ } */
|
|
} else if ($params["checkState"] == 4) {
|
|
} else if ($params["checkState"] == 4) {
|
|
if ($talent_info["highProcess"] < 3 && $ep["type"] != CommonConst::ENTERPRISE_GJ)
|
|
if ($talent_info["highProcess"] < 3 && $ep["type"] != CommonConst::ENTERPRISE_GJ)
|
|
return json(["msg" => "只有曾经达到过部门并审,初审时才可以选择直接跳过部门并审阶段"]);
|
|
return json(["msg" => "只有曾经达到过部门并审,初审时才可以选择直接跳过部门并审阶段"]);
|