Commit 1859f695 authored by sunxin's avatar sunxin

分页

parent c0542503
...@@ -177,7 +177,7 @@ public class MCmsAction extends net.mingsoft.mdiy.action.BaseAction { ...@@ -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.PAGE_NO, BasicUtil.getInt(ParserUtil.PAGE_NO,1));
map.put(ParserUtil.URL, BasicUtil.getUrl()); map.put(ParserUtil.URL, BasicUtil.getUrl());
map.put(ParserUtil.PAGE, page);
//动态解析 //动态解析
map.put(ParserUtil.IS_DO,true); map.put(ParserUtil.IS_DO,true);
//设置动态请求的模块路径 //设置动态请求的模块路径
......
...@@ -178,7 +178,7 @@ public class SearchAction extends BaseAction { ...@@ -178,7 +178,7 @@ public class SearchAction extends BaseAction {
} }
map.put(ParserUtil.COLUMN, column); map.put(ParserUtil.COLUMN, column);
//设置栏目编号 //设置栏目编号
// map.put(ParserUtil.TYPE_ID, typeId); map.put(ParserUtil.TYPE_ID, typeId);
} }
// 遍历取字段集合 // 遍历取字段集合
......
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