1
0
mirror of https://github.com/FatttSnake/Pinnacle-OA.git synced 2026-04-04 22:41:24 +08:00

senderName filter and selectByTitile completed

This commit is contained in:
cccccyb
2023-05-03 01:03:00 +08:00
parent 42dd714ed1
commit 90aad35eb4
11 changed files with 257 additions and 123 deletions

View File

@@ -39,7 +39,7 @@ public class NoticeTest {
@Test
void selectAllTest() {
ResponseResult noticeList = noticeController.selectAllNotice();
ResponseResult noticeList = noticeController.selectAllNotice(null);
System.out.println(noticeList.getData());
}