bug
This commit is contained in:
parent
b90837b8cd
commit
c8d10108d9
@ -185,6 +185,9 @@ public class SelectCatalogWin {
|
||||
}
|
||||
}
|
||||
String sql2 = " and (";
|
||||
if (!sql.contains("where")) {
|
||||
sql2 = " 1=1 and (";
|
||||
}
|
||||
// sGlobalText
|
||||
if (sGlobalText != null && sGlobalText.length() > 0)
|
||||
sGlobalText = sGlobalText.trim();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user