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