Commit 2443a80c authored by sunxin's avatar sunxin

修改参数

parent 5a7221b1
...@@ -173,7 +173,7 @@ public class SearchAction extends BaseAction { ...@@ -173,7 +173,7 @@ public class SearchAction extends BaseAction {
pre = 1; pre = 1;
}else{ }else{
next = pageNo+1; next = pageNo+1;
pre = pageNo+1; pre = pageNo ==1 ? 1 : pageNo+1;
} }
String url = BasicUtil.getUrl() + request.getServletPath() +"?"; String url = BasicUtil.getUrl() + request.getServletPath() +"?";
String pageNoStr = "&"+ParserUtil.PAGE_NO+"="; String pageNoStr = "&"+ParserUtil.PAGE_NO+"=";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment