gongchunyi
2 天以前 78e42bab93977566994be06f5d6b042c9f5a67f5
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);
    }
}