摘要: 做树状查询的时候,oracle有自己的优势,一条sql语句就可以搞定,而mysql这种数据库就只能用递归了。。。 递归的项目实例: //递归取到栏目路径 public List getTreeList(List list,String columnid) { Column c = this.getC 阅读全文
posted @ 2016-07-27 15:19 Damon_myblog 阅读(364) 评论(0) 推荐(0)