Przeglądaj źródła

Merge remote-tracking branch 'origin/master'

sandm 2 lat temu
rodzic
commit
1ff5fcb12d
1 zmienionych plików z 1 dodań i 0 usunięć
  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);