Jobs/GraphQL: Add ACTIVE to model
This commit is contained in:
@@ -18,7 +18,7 @@ Public Class GraphQLModel
|
|||||||
|
|
||||||
Public Function GetQueryList() As List(Of Query)
|
Public Function GetQueryList() As List(Of Query)
|
||||||
Try
|
Try
|
||||||
Dim oQueryTable As DataTable = Database.GetDatatable("SELECT * FROM TBCUST_JOBRUNNER_QUERY ORDER BY SEQUENCE")
|
Dim oQueryTable As DataTable = Database.GetDatatable("SELECT * FROM TBCUST_JOBRUNNER_QUERY WHERE ACTIVE = 1 ORDER BY SEQUENCE")
|
||||||
Dim oQueryList As New List(Of Query)
|
Dim oQueryList As New List(Of Query)
|
||||||
|
|
||||||
For Each oRow As DataRow In oQueryTable.Rows
|
For Each oRow As DataRow In oQueryTable.Rows
|
||||||
|
|||||||
Reference in New Issue
Block a user