调整规范

This commit is contained in:
sgjj 2020-10-28 15:33:06 +08:00
parent 7b6f63aed9
commit 379bd0084b
1 changed files with 1 additions and 1 deletions

View File

@ -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>