- Se agregaron las columnas para ordenar por prioridades

This commit is contained in:
2024-04-29 22:02:16 -06:00
parent 255374dca0
commit 79a9113d1f
6 changed files with 19 additions and 6 deletions

View File

@@ -1125,6 +1125,7 @@ Sub JobDone(Job As HttpJob)
If Job.JobName = "DBRequest" Then
Dim RESULT As DBResult = reqManager.HandleJob(Job)
If RESULT.Tag = "gunaprod" Then 'query tag
' Subs.logJobDoneResultados(RESULT)
If logger Then Log("TIEMPO gunaprod : " & ((DateTime.Now-inicioContador)/1000))
S_CP.Text = "CARGANDO"
Starter.skmt.BeginTransaction
@@ -1175,7 +1176,7 @@ Sub JobDone(Job As HttpJob)
End If
End If
End If
'CARGA DEL CATALOGO ABORDO
If Job.JobName = "DBRequest" Then
Dim RESULT As DBResult = reqManager.HandleJob(Job)