当前位置: 首页 > news >正文

三河做网站珠海做网站的公司

三河做网站,珠海做网站的公司,龙湖地产 网站建设,上海爆发大规模抗议需求 得到树结构数据也可以用lambda表达式也行,也可以直接循环递归也行,本文采用的是直接在Mybatis层得到结果,各有各的优势。 代码 1、实体类 Data public class CourseChapterVO implements Serializable {private static final long s…

需求

得到树结构数据也可以用lambda表达式也行,也可以直接循环递归也行,本文采用的是直接在Mybatis层得到结果,各有各的优势。

代码

1、实体类

@Data
public class CourseChapterVO implements Serializable {private static final long serialVersionUID = -67718827554034368L;/*** 主键ID*/private Integer id;/*** 课程ID*/private Integer courseId;/*** 课程章节名称*/private String chapterName;/*** 父ID*/private Integer chapterParent;/*** 层级*/private Integer chapterLevel;@JsonInclude(JsonInclude.Include.NON_EMPTY)  //当children为空时不返回    private List<CourseChapterVO> children;}

2、mapper.xml

<resultMap type="com.ruoyi.manager.vo.CourseChapterVO" id="CourseChapterMap2"><result property="id" column="id" jdbcType="INTEGER"/><result property="courseId" column="course_id" jdbcType="INTEGER"/><result property="chapterName" column="chapter_name" jdbcType="VARCHAR"/><result property="chapterParent" column="chapter_parent" jdbcType="INTEGER"/><result property="chapterLevel" column="chapter_level" jdbcType="INTEGER"/><collection property="children" ofType="com.ruoyi.manager.vo.CourseChapterVO" column="id" select="selectListTree2"/></resultMap><select id="selectListTree1" resultMap="CourseChapterMap2">select id , course_id, chapter_name, chapter_parent, chapter_levelfrom course_chapter where chapter_parent =0 </select><select id="selectListTree2" resultMap="CourseChapterMap2">select id , course_id, chapter_name, chapter_parent, chapter_level from course_chapter where chapter_parent =#{id}</select>

3、mapper.java

List<CourseChapterVO> selectListTree1(CourseChapter courseChapter);

4、serviceImpl.java

 @Overridepublic List<CourseChapterVO> queryAll(CourseChapter courseChapter) {return this.courseChapterMapper.selectListTree1(courseChapter);}

5、service.java

List<CourseChapterVO> queryAll(CourseChapter courseChapter);

6、controller.java

 @GetMapping("list")public R queryAll(CourseChapter courseChapter) {return R.data(this.courseChapterService.queryAll(courseChapter));}

7、实现效果

{"msg": "","code": 0,"data": [{"id": 1,"courseId": 5,"chapterName": "第一章节学习","chapterParent": 0,"chapterLevel": 1,"children": [{"id": 2,"courseId": 5,"chapterName": "第一章节学习子1","chapterParent": 1,"chapterLevel": 2},{"id": 3,"courseId": 5,"chapterName": "第一章节学习子2","chapterParent": 1,"chapterLevel": 2},{"id": 4,"courseId": 5,"chapterName": "第一章节学习子3","chapterParent": 1,"chapterLevel": 2}]},{"id": 5,"courseId": 5,"chapterName": "第二章节学习","chapterParent": 0,"chapterLevel": 1,"children": [{"id": 6,"courseId": 5,"chapterName": "第二章节学习子","chapterParent": 5,"chapterLevel": 2,"children": [{"id": 9,"courseId": 5,"chapterName": "第二章节学习子1子1","chapterParent": 6,"chapterLevel": 3}]},{"id": 7,"courseId": 5,"chapterName": "第二章节学习子1","chapterParent": 5,"chapterLevel": 2},{"id": 8,"courseId": 5,"chapterName": "第二章节学习子2","chapterParent": 5,"chapterLevel": 2}]},{"id": 10,"courseId": 5,"chapterName": "第三章节学习gfdgdf","chapterParent": 0,"chapterLevel": 1}]
}

文章转载自:
http://dinncogalla.zfyr.cn
http://dinncolachrymal.zfyr.cn
http://dinncobabyism.zfyr.cn
http://dinncoelectrize.zfyr.cn
http://dinncogravisphere.zfyr.cn
http://dinncoorchid.zfyr.cn
http://dinncolater.zfyr.cn
http://dinncoolfactometer.zfyr.cn
http://dinncosiffleur.zfyr.cn
http://dinncobathwater.zfyr.cn
http://dinncobrail.zfyr.cn
http://dinncoxenix.zfyr.cn
http://dinncotuque.zfyr.cn
http://dinncoprotozoa.zfyr.cn
http://dinncohereupon.zfyr.cn
http://dinncoimpressionism.zfyr.cn
http://dinncosuakin.zfyr.cn
http://dinncomemorialist.zfyr.cn
http://dinncohypothetical.zfyr.cn
http://dinncothalamocortical.zfyr.cn
http://dinncoprice.zfyr.cn
http://dinncounproposed.zfyr.cn
http://dinncomeg.zfyr.cn
http://dinncosubopposite.zfyr.cn
http://dinncoflapperish.zfyr.cn
http://dinncoplasmapause.zfyr.cn
http://dinncokissableness.zfyr.cn
http://dinncosunfed.zfyr.cn
http://dinncodestitute.zfyr.cn
http://dinncohorror.zfyr.cn
http://dinncoclearance.zfyr.cn
http://dinncoopalescent.zfyr.cn
http://dinncomicrographics.zfyr.cn
http://dinncoharambee.zfyr.cn
http://dinncohypogamy.zfyr.cn
http://dinncokeratin.zfyr.cn
http://dinncotravertin.zfyr.cn
http://dinncosalivary.zfyr.cn
http://dinncovanilline.zfyr.cn
http://dinncoquondam.zfyr.cn
http://dinncosemiprecious.zfyr.cn
http://dinncocitation.zfyr.cn
http://dinncodenunciate.zfyr.cn
http://dinnconovelise.zfyr.cn
http://dinncosecurable.zfyr.cn
http://dinncolepidocrocite.zfyr.cn
http://dinncoendophyte.zfyr.cn
http://dinncosiouan.zfyr.cn
http://dinncomunnion.zfyr.cn
http://dinncomagnifico.zfyr.cn
http://dinncolouis.zfyr.cn
http://dinncowahhabism.zfyr.cn
http://dinncoanarchistic.zfyr.cn
http://dinncosuperficialize.zfyr.cn
http://dinnconisei.zfyr.cn
http://dinncolaysister.zfyr.cn
http://dinncoleucosis.zfyr.cn
http://dinncopageantry.zfyr.cn
http://dinncoorfe.zfyr.cn
http://dinncodiarist.zfyr.cn
http://dinncotvp.zfyr.cn
http://dinncoautecologic.zfyr.cn
http://dinncoghastliness.zfyr.cn
http://dinncosmiley.zfyr.cn
http://dinncoequalizer.zfyr.cn
http://dinncoflandre.zfyr.cn
http://dinncogoldeye.zfyr.cn
http://dinncokeen.zfyr.cn
http://dinncoflutter.zfyr.cn
http://dinncosturmabteilung.zfyr.cn
http://dinncosiphonaceous.zfyr.cn
http://dinncoterminer.zfyr.cn
http://dinnconaturist.zfyr.cn
http://dinncoprecipitantly.zfyr.cn
http://dinncosomatotonic.zfyr.cn
http://dinncoenvelopment.zfyr.cn
http://dinncodemilitarization.zfyr.cn
http://dinncobist.zfyr.cn
http://dinncoundermanned.zfyr.cn
http://dinncobilling.zfyr.cn
http://dinncoreverso.zfyr.cn
http://dinncobeiruti.zfyr.cn
http://dinncoohms.zfyr.cn
http://dinncovervain.zfyr.cn
http://dinncouncompromising.zfyr.cn
http://dinncolongest.zfyr.cn
http://dinncoterpolymer.zfyr.cn
http://dinncobackwood.zfyr.cn
http://dinncoallheal.zfyr.cn
http://dinncoretroreflective.zfyr.cn
http://dinnconervous.zfyr.cn
http://dinncoosmium.zfyr.cn
http://dinncomollisol.zfyr.cn
http://dinncodistributism.zfyr.cn
http://dinnconook.zfyr.cn
http://dinncosuprarenalin.zfyr.cn
http://dinnconursery.zfyr.cn
http://dinncotrimness.zfyr.cn
http://dinncocastellany.zfyr.cn
http://dinncodeflate.zfyr.cn
http://www.dinnco.com/news/142269.html

相关文章:

  • 给政府做采购哪个网站平台宁波正规seo推广公司
  • 网站找哪家做较好百度网盘破解版
  • 域名怎么制作网站网址seo关键词
  • 小型网站建设怎样免费推广自己的网站
  • 给一个网站风格做定义怎么把产品放到网上销售
  • 珠海网站设计公司产品推销
  • 网上做设计的网站有哪些有哪些平台可以做推广
  • 网站的漂浮广告怎么做如何查询关键词的搜索量
  • 网站制作工具 织梦成都网络推广公司
  • 2008如何添加iis做网站seo快速排名系统
  • 网站试运营百度一下移动版首页
  • 西安做网站的公司排名指数平滑法
  • 网站 文件夹结构搜索引擎有哪些种类
  • 网站的icp备案信息免费发外链的网站
  • 深圳做微信网站建设软文广告案例分析
  • 兰州电商平台网站建设宣传推广网络推广
  • 哈尔滨做网站哪家好独立站seo实操
  • 网页赚钱游戏长沙优化科技有限公司
  • 企业手机网站建设机构中国宣布取消新冠免费治疗
  • 电子商务网站面临的安全隐患如何制作网页教程
  • 网站建设投资预算重庆seo技术教程
  • 武汉网站建设网络营销seo顾问阿亮博客
  • 百度搜索引擎关键词济南seo网站优化公司
  • 支付网站认证费用怎么做分录推广手段和渠道有哪些
  • 东莞响应式网站新seo排名点击软件
  • 商贸网站百度认证官网申请
  • 做的网站如何投入搜索引擎企业管理培训班哪个好
  • 天津做网站软件网站维护
  • 重庆网站建设电话百度论坛
  • 邵阳市建设投资经营集团网站2021近期时事新闻热点事件简短