Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
MCMS
Commits
2443a80c
Commit
2443a80c
authored
Mar 02, 2019
by
sunxin
Browse files
修改参数
parent
5a7221b1
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/java/net/mingsoft/cms/action/web/SearchAction.java
View file @
2443a80c
...
...
@@ -173,7 +173,7 @@ public class SearchAction extends BaseAction {
pre
=
1
;
}
else
{
next
=
pageNo
+
1
;
pre
=
pageNo
+
1
;
pre
=
pageNo
==
1
?
1
:
pageNo
+
1
;
}
String
url
=
BasicUtil
.
getUrl
()
+
request
.
getServletPath
()
+
"?"
;
String
pageNoStr
=
"&"
+
ParserUtil
.
PAGE_NO
+
"="
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment