Commit a499b8d469daf32b12bedca4cdadb5db4d4dcfc3

Authored by yiming
1 parent d18d6555

bf

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 }