migrate to 1.25.3
This commit is contained in:
@@ -144,6 +144,9 @@ func (s *ShareTheBrutality) Processing(sender map[string]string) []model.Externa
|
||||
entries = append(entries, es)
|
||||
}
|
||||
|
||||
fmt.Println(entries)
|
||||
//os.Exit(0)
|
||||
|
||||
result, status := _table.BatchInsertOnDuplicate(entries, s.db, columns)
|
||||
if status != constant.StatusFailed {
|
||||
entriesBatched = append(entriesBatched, result...)
|
||||
|
||||
Reference in New Issue
Block a user