src/main/java/com/ruoyi/approve/service/impl/NotificationManagementServiceImpl.java
@@ -17,8 +17,6 @@ @Override public IPage<NotificationManagement> listpage(Page page, NotificationManagement notificationManagement) { // // 1. 创建 Page 实例(IPage 实现类),指定页码和每页条数 // IPage<NotificationManagement> page1 = new Page<>(page.getCurrent(), page.getSize()); return notificationManagementMapper.listpage(page,notificationManagement); } }