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
379bd008
Commit
379bd008
authored
Oct 28, 2020
by
sgjj
Browse files
调整规范
parent
7b6f63ae
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/java/net/mingsoft/cms/dao/IContentDao.xml
View file @
379bd008
...
@@ -219,7 +219,7 @@
...
@@ -219,7 +219,7 @@
</select>
</select>
<!--条件查询-->
<!--条件查询-->
<select
id=
"query"
resultMap=
"resultContentMap"
>
<select
id=
"query"
resultMap=
"resultContentMap"
>
select ct.*,CONCAT(
"
/html/
"
,ct.app_id,category_path,
"/"
,ct.id,
"
.html
"
) AS static_url from (
select ct.*,CONCAT(
'
/html/
'
,ct.app_id,category_path,
'/'
,ct.id,
'
.html
'
) AS static_url from (
select ct.*,cc.category_path from cms_content ct
select ct.*,cc.category_path from cms_content ct
join cms_category cc on ct.content_category_id=cc.id
join cms_category cc on ct.content_category_id=cc.id
<where>
<where>
...
...
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