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
71c4dc2a
Commit
71c4dc2a
authored
Mar 15, 2019
by
sunxin
Browse files
添加站点编号,修改sql
parent
ccfedef9
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
doc/4.6.5-to-4.7.0-mysql.sql
View file @
71c4dc2a
This diff is collapsed.
Click to expand it.
doc/db-mcms-mysql-4.7.0.sql
View file @
71c4dc2a
This diff is collapsed.
Click to expand it.
src/main/java/net/mingsoft/cms/util/CmsParserUtil.java
View file @
71c4dc2a
...
...
@@ -104,11 +104,12 @@ public class CmsParserUtil extends ParserUtil {
PageBean
page
=
new
PageBean
();
page
.
setSize
(
pageSize
);
//全局参数设置
Map
parserParams
=
new
HashMap
();
Map
<
String
,
Object
>
parserParams
=
new
HashMap
<
String
,
Object
>
();
parserParams
.
put
(
COLUMN
,
column
);
page
.
setTotal
(
totalPageSize
);
parserParams
.
put
(
IS_DO
,
false
);
parserParams
.
put
(
HTML
,
HTML
);
parserParams
.
put
(
APP_ID
,
BasicUtil
.
getAppId
());
if
(
contentModel
!=
null
)
{
// 将自定义模型编号设置为key值
parserParams
.
put
(
TABLE_NAME
,
contentModel
.
getCmTableName
());
...
...
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