migrate to 1.25.3

This commit is contained in:
2025-10-28 10:16:56 +02:00
parent a41ccec4a0
commit 54aaa80f23
6 changed files with 67 additions and 66 deletions

View File

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