mirror of
https://github.com/FatttSnake/Pinnacle-OA.git
synced 2026-04-05 15:01:23 +08:00
add the function of updateNoticeType
This commit is contained in:
@@ -40,11 +40,6 @@ public class NoticeTest {
|
||||
ResponseResult selectByNoticeId = noticeController.selectByNoticeId(21L);
|
||||
}
|
||||
|
||||
@Test
|
||||
void selectAllTest() {
|
||||
// ResponseResult noticeList = noticeController.selectAllNotice(null, null,null,null);
|
||||
}
|
||||
|
||||
@Test
|
||||
void updateTest() {
|
||||
ResponseResult notice = noticeController.selectByNoticeId(23L);
|
||||
|
||||
Reference in New Issue
Block a user