Explorar el Código

修复直认导入状态

sandm hace 2 años
padre
commit
36e2dca45a
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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) {