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

+ 0 - 2
app/job/Import.php

@@ -308,7 +308,6 @@ class Import {
                                 $sheet->setCellValue('AL' . ($index + 2), '更新成功');
 
                             } else {
-                                $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 +462,6 @@ class Import {
                         //$item['source'] = 2;
                         $item['qz_talent_info'] = $str;
                         $item["checkState"] = \app\common\api\TalentState::SCND_SAVE; //保存未提交
-                        $item["highProcess"] = 1; //最高进度
                         $item["isImport"] = 1;//导入人才的标志
                         $item['qzImport'] = 1;
                         if (count($msg) >= 1) {