liyong
19 小时以前 9ee9069785d9db2edcf2cab69631bc61e966401d
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);
    }
}