提交 50d1ec59 编写于 作者: tangyaolong's avatar tangyaolong

补充内容

上级 cceaba79
...@@ -661,6 +661,10 @@ public class NotifyCoreService { ...@@ -661,6 +661,10 @@ public class NotifyCoreService {
if(ObjectUtils.isEmpty(context)){ if(ObjectUtils.isEmpty(context)){
throw new BadRequestAlertException("无效消息上下文","NotifyCoreService","getBacklogAllContent"); throw new BadRequestAlertException("无效消息上下文","NotifyCoreService","getBacklogAllContent");
} }
if(ObjectUtils.isEmpty(context.getN_tousers_eq())){
throw new BadRequestAlertException("无效用户信息","NotifyCoreService","getBacklogAllContent");
}
context.setN_tousers_eq(context.getN_tousers_eq());
context.setSize(Integer.MAX_VALUE); context.setSize(Integer.MAX_VALUE);
Page<MsgBody> result = msgBodyService.searchDefault(context); Page<MsgBody> result = msgBodyService.searchDefault(context);
return result; return result;
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册