From 6e63780feba55c8dc000857d8f73b9404bce361c Mon Sep 17 00:00:00 2001 From: Crunchy <3114200645@qq.com> Date: 星期二, 23 四月 2024 17:35:57 +0800 Subject: [PATCH] 2024-4-23 消息通知后端开发 --- framework/src/main/java/com/yuanchu/mom/service/impl/InformationNotificationServiceImpl.java | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/framework/src/main/java/com/yuanchu/mom/service/impl/InformationNotificationServiceImpl.java b/framework/src/main/java/com/yuanchu/mom/service/impl/InformationNotificationServiceImpl.java index eb7bff6..c1d6b66 100644 --- a/framework/src/main/java/com/yuanchu/mom/service/impl/InformationNotificationServiceImpl.java +++ b/framework/src/main/java/com/yuanchu/mom/service/impl/InformationNotificationServiceImpl.java @@ -31,7 +31,8 @@ @Override public IPage<InformationNotificationDto> getPage(Page page, String messageType) { - return baseMapper.getPage(page, messageType); + Map<String, Integer> map1 = getLook.selectPowerByMethodAndUserId("selectInsOrderParameter"); + return baseMapper.getPage(page, messageType, map1.get("userId")); } @Override -- Gitblit v1.9.3