Ver Fonte

修复直认导入状态

sandm há 2 anos atrás
pai
commit
36e2dca45a
1 ficheiros alterados com 2 adições e 2 exclusões
  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"] = 3; //最高进度
+                                $item["highProcess"] = 1; //最高进度
                                 $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"] = 3; //最高进度
+                        $item["highProcess"] = 1; //最高进度
                         $item["isImport"] = 1;//导入人才的标志
                         $item['qzImport'] = 1;
                         if (count($msg) >= 1) {