|
|
@@ -85,9 +85,13 @@ public interface CoreAnnouncementNotificationMapper extends BaseMapper<CoreAnnou
|
|
|
void deleteOrg(@Param("notificationId") Long id);
|
|
|
|
|
|
void deleteNotificationToUsers(@Param("notificationId") Long notificationId);
|
|
|
-List<MessageAppPageVo> selectAll(@Param("orgId") Long orgId,@Param("roles") Long[]roles);
|
|
|
+
|
|
|
+ List<MessageAppPageVo> selectAll(@Param("orgId") Long orgId, @Param("roles") Long[] roles);
|
|
|
+
|
|
|
Page<MessageAppPageVo> selectAppPage(@Param("page") Page<MessageAppPageVo> page, @Param("request") CoreAnnouncementNotificationAppPageDto request);
|
|
|
-List<Long> selectReadByUser(Long userId);
|
|
|
+
|
|
|
+ List<Long> selectReadByUser(Long userId);
|
|
|
+
|
|
|
List<CoreAnnouncementNotificationToUser> selectNotificationToUsers(@Param("request") CoreAnnouncementNotificationAppPageDto request, @Param("records") List<MessageAppPageVo> records);
|
|
|
|
|
|
CoreAnnouncementNotificationToUser checkIsRead(@Param("request") CoreAnnouncementNotificationAppPageDto request);
|
|
|
@@ -95,5 +99,6 @@ List<Long> selectReadByUser(Long userId);
|
|
|
void insertNotificationUser(@Param("notificationUser") CoreAnnouncementNotificationToUser notificationUser);
|
|
|
|
|
|
Integer selectNoRead(Long userId);
|
|
|
-List<Long> selectAllTongZhi(@Param("orgId") Long orgId,@Param("orgType") Integer orgType,@Param("roles") Long[]roles);
|
|
|
+
|
|
|
+ List<Long> selectAllTongZhi(@Param("orgId") Long orgId, @Param("orgType") Integer orgType, @Param("roles") Long[] roles);
|
|
|
}
|