优化grid分页控件,增加可自定义参数而不被纳入自动生成的where语句中
This commit is contained in:
parent
99bd886e77
commit
1fbde8d1fb
|
|
@ -58,7 +58,7 @@ public class SqlKeyword {
|
||||||
w = Func.decodeUrl(w);
|
w = Func.decodeUrl(w);
|
||||||
Map<String, String> mm = JsonKit.parse(w, HashMap.class);
|
Map<String, String> mm = JsonKit.parse(w, HashMap.class);
|
||||||
for (String m : mm.keySet()) {
|
for (String m : mm.keySet()) {
|
||||||
if (m.endsWith(SKIP)) break;
|
if (m.endsWith(SKIP)) continue;
|
||||||
String col = clearKeyWord(m);
|
String col = clearKeyWord(m);
|
||||||
String k = "";
|
String k = "";
|
||||||
for (String key : keyWord.keySet()) {
|
for (String key : keyWord.keySet()) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user