瀏覽代碼

Merge remote-tracking branch 'origin/master'

sandm 2 年之前
父節點
當前提交
1ff5fcb12d
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      app/job/Talent.php

+ 1 - 0
app/job/Talent.php

@@ -105,6 +105,7 @@ class Talent {
                         $save["id"] = $talent_info["id"];
                         $save["modify_files"] = implode(",", $modify_files);
                         $save["checkState"] = $checkState;
+                        $save["highProcess"] = $talent_info["highProcess"] > 3 ? $talent_info["highProcess"] : 3;
                         $save["first_dept_check_time"] = null;
                         $save["re_check_companys"] = null;
                         TalentModel::update($save);