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:
@@ -39,7 +39,7 @@ public class NoticeTest {
|
||||
|
||||
@Test
|
||||
void selectAllTest() {
|
||||
ResponseResult noticeList = noticeController.selectAllNotice();
|
||||
ResponseResult noticeList = noticeController.selectAllNotice(null);
|
||||
System.out.println(noticeList.getData());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user