|
|
@@ -138,8 +138,8 @@ public class CoreAnnouncementNotificationServiceImpl extends ServiceImpl<CoreAnn
|
|
|
notificationUser.setUserId(request.getUserId());
|
|
|
notificationUser.setOrgId(request.getOrgId());
|
|
|
notificationUser.setAnnouncementNotificationId(request.getAnnouncementNotificationId());
|
|
|
+ coreAnnouncementNotificationMapper.insertNotificationUser(notificationUser);
|
|
|
}
|
|
|
- coreAnnouncementNotificationMapper.insertNotificationUser(notificationUser);
|
|
|
}
|
|
|
|
|
|
private Page<MessageAppPageVo> buildNewNotificationAppPageVo(Page<MessageAppPageVo> page, CoreAnnouncementNotificationAppPageDto request) {
|