mirror of https://gitee.com/stylefeng/roses
【8.1.4】【message】更新消息列表返回内容和业务属性
parent
fa3767f70b
commit
ba1878933b
|
@ -79,7 +79,7 @@ public class SysMessageServiceImpl extends ServiceImpl<SysMessageMapper, SysMess
|
|||
// 查询关键字段
|
||||
wrapper.select(SysMessage::getMessageId, SysMessage::getMessageTitle, SysMessage::getPriorityLevel, SysMessage::getReadFlag,
|
||||
SysMessage::getMessageSendTime,
|
||||
SysMessage::getMessageType, SysMessage::getMessageUrl, SysMessage::getBusinessType, SysMessage::getBusinessId);
|
||||
SysMessage::getMessageType, SysMessage::getMessageUrl, SysMessage::getBusinessType, SysMessage::getBusinessId, SysMessage::getBusinessDetail, SysMessage::getMessageContent);
|
||||
|
||||
return this.list(wrapper);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue