You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Part part = new Part(key, value);
if (!StringUtils.isEmpty(key) && !params.contains(part)) {
params.add(part);
}
此处contains判断不得行,如果是分页加载数据,参数的key不变,但是value是变的,岂不是RequestParams的key越来越多??
The text was updated successfully, but these errors were encountered:
Part part = new Part(key, value);
if (!StringUtils.isEmpty(key) && !params.contains(part)) {
params.add(part);
}
此处contains判断不得行,如果是分页加载数据,参数的key不变,但是value是变的,岂不是RequestParams的key越来越多??
The text was updated successfully, but these errors were encountered: