ming-soft / MCMS

完整开源!Java快速开发平台!基于Spring、SpringMVC、Mybatis架构,MStore提供更多好用的插件与模板(文章、商城、微信、论坛、会员、评论、支付、积分、工作流、任务调度等,同时提供上百套免费模板任意选择),价值源自分享!铭飞系统不仅一套简单好用的开源系统、更是一整套优质的开源生态内容体系。铭飞的使命就是降低开发成本提高开发效率,提供全方位的企业级开发解决方案,每月28定期更新版本
http://www.mingsoft.net
MIT License
1.49k stars 661 forks source link

About the label Error #52

Closed Leevampire closed 2 years ago

Leevampire commented 3 years ago

channel栏目标签使用ID排序后台报错。后台看到查询栏目表 拼接的id是cms_content.id,没有这个字段 select id, id as typeid, category_title as typetitle, CONCAT(category_path,'/index.html') as typelink, category_keyword as typekeyword, category_diy_url as typeurl, category_flag as flag, category_parent_ids as parentids, category_descrip as typedescrip, category_parent_ids as parentids, category_type as type, category_path as typepath, leaf as typeleaf, category_img as typelitpic , (select count(*) from cms_category c where c.category_id=id and c.del=0) as childsize from cms_category where cms_category.del=0 ORDER BY cms_content.id asc

oneydaykoo commented 3 years ago

升级下sql