Commit a499b8d469daf32b12bedca4cdadb5db4d4dcfc3
1 parent
d18d6555
bf
Showing
1 changed file
with
0 additions
and
10 deletions
bsthLineProfiles/src/main/java/com/ruoyi/project/system/notice/controller/NoticeController.java
| @@ -109,14 +109,4 @@ public class NoticeController extends BaseController | @@ -109,14 +109,4 @@ public class NoticeController extends BaseController | ||
| 109 | { | 109 | { |
| 110 | return toAjax(noticeService.deleteNoticeByIds(ids)); | 110 | return toAjax(noticeService.deleteNoticeByIds(ids)); |
| 111 | } | 111 | } |
| 112 | - | ||
| 113 | - @PostMapping("/getLineList") | ||
| 114 | - @ResponseBody | ||
| 115 | - public List<BsthTLineKFK> getList() | ||
| 116 | - { | ||
| 117 | - List list=new ArrayList(); | ||
| 118 | - BsthTLineKFK kfk=new BsthTLineKFK(); | ||
| 119 | - list.add(kfk); | ||
| 120 | - return list; | ||
| 121 | - } | ||
| 122 | } | 112 | } |