small fixes
This commit is contained in:
@@ -15,7 +15,8 @@ Public Class CertificateDocumentJob
|
||||
Dim JobId = pContext.JobDetail.Key
|
||||
oLogger.Info("Starting job {0}", JobId)
|
||||
|
||||
Dim oSql = $"SELECT * FROM TBSIG_ENVELOPE WHERE STATUS = {Constants.EnvelopeStatus.EnvelopeCompletelySigned}"
|
||||
Dim oCompleteStatus As Integer = Constants.EnvelopeStatus.EnvelopeCompletelySigned
|
||||
Dim oSql = $"SELECT * FROM TBSIG_ENVELOPE WHERE STATUS = {oCompleteStatus}"
|
||||
Dim oTable = oDatabase.GetDatatable(oSql)
|
||||
|
||||
oLogger.Info("Found [{0}] completed envelopes.", oTable.Rows.Count)
|
||||
|
||||
Reference in New Issue
Block a user