... mas codigo de promos x ruta!!

This commit is contained in:
2024-02-27 09:08:11 -06:00
parent ff72663745
commit 0d5ef58209
3 changed files with 5 additions and 5 deletions

View File

@@ -1735,7 +1735,7 @@ Sub JobDone(Job As HttpJob)
Next
End If
End If
If Job.JobName = "DBRequest" Then
Dim RESULT As DBResult = reqManager.HandleJob(Job)
If RESULT.Tag = "hist_avance" Then 'query tag
@@ -1747,7 +1747,7 @@ Sub JobDone(Job As HttpJob)
Starter.skmt.ExecNonQuery2("INSERT INTO HIST_AVANCE(HA_MARCA, HA_AVANCE, HA_OBJETIVO, HA_PORCENTAJE) VALUES (?,?,?,?)", Array As Object (marca, avance, objetivo, porcentaje1))
Next
End If
Dim RESULT As DBResult = reqManager.HandleJob(Job)
If RESULT.Tag = "promosXruta" Then 'query tag
For Each records() As Object In RESULT.Rows