|
@@ -308,7 +308,7 @@ class Import {
|
|
|
$sheet->setCellValue('AL' . ($index + 2), '导入成功');
|
|
|
|
|
|
}
|
|
|
- $log = TalentLogApi::system(1, $talent_info["id"],8,"直认数据导入");
|
|
|
+ $log = TalentLogApi::system(1, $talent_info["id"],8,"直认数据导入",1);
|
|
|
}
|
|
|
}
|
|
|
|
|
@@ -467,7 +467,7 @@ class Import {
|
|
|
Db::table("new_talent_info")->insert($item);
|
|
|
$sheet->setCellValue('AC' . ($index + 2), '导入成功');
|
|
|
}
|
|
|
- $log = TalentLogApi::system(1, $talent_info["id"],8,"直认数据导入");
|
|
|
+ $log = TalentLogApi::system(1, $talent_info["id"],8,"直认数据导入",1);
|
|
|
}
|
|
|
}
|
|
|
|