Excel óptimo

This commit is contained in:
Your Name
2025-01-21 10:56:42 -06:00
parent 37f4cc42c1
commit 8d96d45f58
3 changed files with 43 additions and 12 deletions

View File

@@ -44,6 +44,7 @@ try {
), INSERTION AS (
INSERT INTO last_auditoria
SELECT :usuario_id, to_jsonb(AUDITORIA_DATA) FROM AUDITORIA_DATA
WHERE REGISTRO_FECHA_IDEAL IS NOT NULL
)
SELECT
registro_id,
@@ -59,6 +60,8 @@ try {
color,
estado_color,
estado_icon,
estado_supervisor_id,
facultad_id,
usuario_nombre,
registro_fecha_supervisor,
comentario,