Browse Source

更新人才直认的数据日志

sandm 2 years ago
parent
commit
f085f7c6e7
1 changed files with 2 additions and 2 deletions
  1. 2 2
      app/job/Import.php

+ 2 - 2
app/job/Import.php

@@ -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);
                         }
                     }