Explorar o código

更新人才直认的数据日志

sandm %!s(int64=2) %!d(string=hai) anos
pai
achega
f085f7c6e7
Modificáronse 1 ficheiros con 2 adicións e 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), '导入成功');
 
                             }
-                            $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);
                         }
                     }