Explorar o código

自动审核驳回增加highProcess=4

sugangqiang %!s(int64=2) %!d(string=hai) anos
pai
achega
0622f455ce
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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"] > 4 ? $talent_info["highProcess"] : 4;
                         $save["first_dept_check_time"] = null;
                         $save["re_check_companys"] = null;
                         TalentModel::update($save);