refactor(DocResult): remove framework condition_

This commit is contained in:
2025-08-20 17:43:30 +02:00
parent e64ac4b5e7
commit 419f421d52
4 changed files with 13 additions and 7 deletions

View File

@@ -448,7 +448,7 @@ Public Class frmMain
'For Document
Try
'Get image data from gridview column.
strSql = "Select [DOC_RESULT] from [TBSIG_ENVELOPE] WHERE GUID = " & pEnvID
strSql = "Select [DocResult] from [TBSIG_ENVELOPE] WHERE GUID = " & pEnvID
Dim obyteDB = DB_DD_ECM.GetScalarValue(strSql)
If Not IsDBNull(obyteDB) Then
'Get image data from DB