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
1f20e1dc
Commit
1f20e1dc
authored
May 16, 2023
by
devuser
Browse files
Update src/main/java/net/mingsoft/cms/action/web/MCmsAction.java
parent
c90e06b6
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/java/net/mingsoft/cms/action/web/MCmsAction.java
View file @
1f20e1dc
...
@@ -99,7 +99,7 @@ public class MCmsAction extends net.mingsoft.cms.action.BaseAction {
...
@@ -99,7 +99,7 @@ public class MCmsAction extends net.mingsoft.cms.action.BaseAction {
@RequestMapping
(
value
=
"search"
,
method
=
{
RequestMethod
.
GET
,
RequestMethod
.
POST
},
produces
=
MediaType
.
TEXT_HTML_VALUE
+
";charset=utf-8"
)
@RequestMapping
(
value
=
"search"
,
method
=
{
RequestMethod
.
GET
,
RequestMethod
.
POST
},
produces
=
MediaType
.
TEXT_HTML_VALUE
+
";charset=utf-8"
)
@ResponseBody
@ResponseBody
public
String
search
(
HttpServletRequest
request
,
HttpServletResponse
response
)
{
public
String
search
(
HttpServletRequest
request
,
HttpServletResponse
response
)
{
String
search
=
BasicUtil
.
getString
(
"tmpl"
,
"search
1
.htm"
);
String
search
=
BasicUtil
.
getString
(
"tmpl"
,
"search.htm"
);
//设置分页类
//设置分页类
PageBean
page
=
new
PageBean
();
PageBean
page
=
new
PageBean
();
page
.
setSize
(
ParserUtil
.
getPageSize
(
search
,
20
));
page
.
setSize
(
ParserUtil
.
getPageSize
(
search
,
20
));
...
...
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