sandm 2 жил өмнө
parent
commit
be62fd45e1
1 өөрчлөгдсөн 2 нэмэгдсэн , 2 устгасан
  1. 2 2
      app/job/Import.php

+ 2 - 2
app/job/Import.php

@@ -308,7 +308,7 @@ class Import {
                                 $sheet->setCellValue('AL' . ($index + 2), '更新成功');
 
                             } else {
-                                $item["highProcess"] = 5; //最高进度
+                                $item["highProcess"] = 3; //最高进度
                                 $item['createTime'] = date("Y-m-d H:i:s", time());
                                 $item['apply_year'] = $batch["batch"];
                                 Db::table("new_talent_info")->insert($item);
@@ -463,7 +463,7 @@ class Import {
                         //$item['source'] = 2;
                         $item['qz_talent_info'] = $str;
                         $item["checkState"] = \app\common\api\TalentState::SCND_SAVE; //保存未提交
-                        $item["highProcess"] = 5; //最高进度
+                        $item["highProcess"] = 3; //最高进度
                         $item["isImport"] = 1;//导入人才的标志
                         $item['qzImport'] = 1;
                         if (count($msg) >= 1) {