This commit is contained in:
2022-05-19 12:16:19 +02:00
parent 48830e3dd9
commit 0fb94b6d1b
5 changed files with 10 additions and 10 deletions

View File

@@ -19,7 +19,7 @@ Public Class frmFileflow_Duplicate
Environment = My.Application.GetEnvironment()
Search = New SearchRunner(My.LogConfig, Environment, "FlowSearch") With {
.BaseSearchSQL = SQL_DocResultBase
.BaseSearchSQL = SQL_FLOW_SEARCH_BASE
}
End Sub