chenhj
8 小时以前 dcfaf0d7c20aec3ae32c14ce65a5584689398640
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);
    }
}