Commit ddfedf9a by wangxin

首页滚动提示 附件上传问题

parent 206fa1c0
......@@ -435,10 +435,7 @@ public class PromptStatisticsController {
*/
private List<SystemMailboxParamVo> getMailboxManagementData(RequestContext context) {
try {
// 检查用户是否有权限查看信箱
if (!hasMailboxPermission()) {
return new ArrayList<>();
}
List<SystemMailboxParamVo> dataList = systemMailboxClients.selectMailboxManagementForScroll();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment