This commit is contained in:
liujiaji 2018-08-07 14:33:11 +08:00
parent b90837b8cd
commit c8d10108d9

View File

@ -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();