导航

2011年3月1日

摘要: public WebResult getCategoryListByParentId(Long parentId){ List<Category> categoryList = this.categoryService.findAllCategoryByParentId(parentId,Constants.COURSE); JSONObject jResult = new JSONObject(... 阅读全文

posted @ 2011-03-01 13:01 代码囚徒 阅读(139) 评论(0) 推荐(1)