|
@@ -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) {
|