framework/src/main/java/com/yuanchu/mom/mapper/InformationNotificationMapper.java
@@ -18,5 +18,5 @@ */ public interface InformationNotificationMapper extends BaseMapper<InformationNotification> { IPage<InformationNotificationDto> getPage(Page page, String messageType); IPage<InformationNotificationDto> getPage(Page page, String messageType, Integer userId); }