From dcfaf0d7c20aec3ae32c14ce65a5584689398640 Mon Sep 17 00:00:00 2001
From: chenhj <1263187585@qq.com>
Date: 星期五, 13 二月 2026 17:56:09 +0800
Subject: [PATCH] 部分代码逻辑优化

---
 src/main/java/com/ruoyi/approve/service/impl/NotificationManagementServiceImpl.java |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/src/main/java/com/ruoyi/approve/service/impl/NotificationManagementServiceImpl.java b/src/main/java/com/ruoyi/approve/service/impl/NotificationManagementServiceImpl.java
index fa13fa9..83e82b4 100644
--- a/src/main/java/com/ruoyi/approve/service/impl/NotificationManagementServiceImpl.java
+++ b/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 瀹炰緥锛圛Page 瀹炵幇绫伙級锛屾寚瀹氶〉鐮佸拰姣忛〉鏉℃暟
-//        IPage<NotificationManagement> page1 = new Page<>(page.getCurrent(), page.getSize());
         return notificationManagementMapper.listpage(page,notificationManagement);
     }
 }

--
Gitblit v1.9.3