Bladeren bron

Merge branch 'V0.0.4' of http://10.87.21.221:8000/jzyd_yyds/soc into V0.0.4

jiawuxian 1 jaar geleden
bovenliggende
commit
13c15dbf67

+ 1 - 1
soc-modules/soc-modules-core/src/main/java/com/xunmei/core/message/service/impl/CoreAnnouncementNotificationServiceImpl.java

@@ -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) {