Jobs/GraphQL: Add ACTIVE to model
This commit is contained in:
parent
1d2aecf4fb
commit
64e92f7a39
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user