diff --git a/internal/db/operaciones.go b/internal/db/operaciones.go index 2b3be25..69cfc34 100644 --- a/internal/db/operaciones.go +++ b/internal/db/operaciones.go @@ -108,10 +108,10 @@ func (g *GormDatabase) SyncRows(persistencia dto.Persistencia, rawData *[]map[st config.Log.Errorf("%s ❌ Error en update: %v", logPrefix, res.Error) return res.Error } - if res.RowsAffected == 0 { + /* if res.RowsAffected == 0 { config.Log.Debugf("%s ⚠️ Ninguna fila afectada con campos: %v valores: %v", logPrefix, strings.Join(whereParts, " AND "), printWhereValues(whereValues)) - } + } */ } } else { // Inserts con conflicto por PK (UPSERT)