1
0
mirror of https://github.com/FatttSnake/Pinnacle-OA.git synced 2026-04-05 06:51:23 +08:00

add the function of updateNoticeType

This commit is contained in:
cccccyb
2023-05-24 03:47:59 +08:00
parent e339548797
commit 5a498a763f
9 changed files with 141 additions and 75 deletions

View File

@@ -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);