|
@@ -84,11 +84,12 @@ public class MsgUserMessageServiceImpl extends ServiceImpl<MsgUserMessageMapper,
|
|
if (msgSysMonitorNotice != null) {
|
|
if (msgSysMonitorNotice != null) {
|
|
record.setContent(msgSysMonitorNotice.getContent());
|
|
record.setContent(msgSysMonitorNotice.getContent());
|
|
record.setTitle(msgSysMonitorNotice.getTitle());
|
|
record.setTitle(msgSysMonitorNotice.getTitle());
|
|
|
|
+
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
- return R.ok(toPageBean(MsgUserMessageDto.PageVO.class, iPage));
|
|
|
|
|
|
+ return R.ok(pageVo);
|
|
}
|
|
}
|
|
|
|
|
|
@ApiOperation("新增我的消息")
|
|
@ApiOperation("新增我的消息")
|