remove unused import
This commit is contained in:
@@ -341,12 +341,6 @@ public class BookForumArticlesServiceController {
|
||||
bookForumArticlesVO.setCreate_time(createTime);
|
||||
list.add(bookForumArticlesVO);
|
||||
System.out.println(list);
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
@@ -367,9 +361,6 @@ public class BookForumArticlesServiceController {
|
||||
return R.ok().put("BookForumArticlesEntity", forumArticles);
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* app信息
|
||||
*/
|
||||
@@ -380,9 +371,6 @@ public class BookForumArticlesServiceController {
|
||||
return R.ok().put("BookForumArticlesEntity", forumArticles);
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* 手动输入
|
||||
*/
|
||||
@@ -395,23 +383,6 @@ public class BookForumArticlesServiceController {
|
||||
return R.ok();
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
// /**
|
||||
// * 列表 (修改时间倒叙) app页面
|
||||
// */
|
||||
// @RequestMapping("/importlist")
|
||||
// public R importlist(@RequestParam Map<String, Object> params){
|
||||
//
|
||||
// PageUtils page = bookForumArticlesService.importlistqueryPages(params);
|
||||
// return R.ok().put("page", page);
|
||||
// }
|
||||
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* 导入
|
||||
*/
|
||||
@@ -425,16 +396,6 @@ public class BookForumArticlesServiceController {
|
||||
return R.ok();
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* 修改
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user