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
1859f695
Commit
1859f695
authored
Mar 13, 2019
by
sunxin
Browse files
分页
parent
c0542503
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/main/java/net/mingsoft/cms/action/web/MCmsAction.java
View file @
1859f695
...
...
@@ -177,7 +177,7 @@ public class MCmsAction extends net.mingsoft.mdiy.action.BaseAction {
map
.
put
(
ParserUtil
.
PAGE_NO
,
BasicUtil
.
getInt
(
ParserUtil
.
PAGE_NO
,
1
));
map
.
put
(
ParserUtil
.
URL
,
BasicUtil
.
getUrl
());
map
.
put
(
ParserUtil
.
PAGE
,
page
);
//动态解析
map
.
put
(
ParserUtil
.
IS_DO
,
true
);
//设置动态请求的模块路径
...
...
src/main/java/net/mingsoft/cms/action/web/SearchAction.java
View file @
1859f695
...
...
@@ -178,7 +178,7 @@ public class SearchAction extends BaseAction {
}
map
.
put
(
ParserUtil
.
COLUMN
,
column
);
//设置栏目编号
//
map.put(ParserUtil.TYPE_ID, typeId);
map
.
put
(
ParserUtil
.
TYPE_ID
,
typeId
);
}
// 遍历取字段集合
...
...
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