소스 검색

自动审核驳回增加highProcess=4

sugangqiang 2 년 전
부모
커밋
0622f455ce
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"] > 4 ? $talent_info["highProcess"] : 4;
                         $save["first_dept_check_time"] = null;
                         $save["re_check_companys"] = null;
                         TalentModel::update($save);