fix loadpollingprofiles
This commit is contained in:
parent
e3860795d0
commit
71577e4579
@ -73,7 +73,7 @@ Public Class clsWorker
|
|||||||
If ProfileId = 0 Then
|
If ProfileId = 0 Then
|
||||||
oSQL &= " ORDER BY SEQUENCE"
|
oSQL &= " ORDER BY SEQUENCE"
|
||||||
Else
|
Else
|
||||||
oSQL &= $" WHERE GUID = {pProfileId}"
|
oSQL &= $" AND GUID = {pProfileId}"
|
||||||
End If
|
End If
|
||||||
|
|
||||||
Return Database.GetDatatable(oSQL)
|
Return Database.GetDatatable(oSQL)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user