Commit 5f06a178 by 阳浪

我的信息查询

parent dcf87abb
...@@ -67,7 +67,7 @@ public class SystemMailboxServiceImpl extends ServiceImpl<SystemMailboxMapper,Sy ...@@ -67,7 +67,7 @@ public class SystemMailboxServiceImpl extends ServiceImpl<SystemMailboxMapper,Sy
if(!roleIds.contains(1877604582759526400L)&&roleIds.contains(1877605828904022016L)){ if(!roleIds.contains(1877604582759526400L)&&roleIds.contains(1877605828904022016L)){
conditionVo.setType(1); conditionVo.setType(1);
} }
if(!roleIds.contains(1877604582759526400L)&&!roleIds.contains(1877605828904022016L)){ if(!ContextHolder.get().isAdmin()&&!roleIds.contains(1877604582759526400L)&&!roleIds.contains(1877605828904022016L)){
conditionVo.setCreateById(accountId); conditionVo.setCreateById(accountId);
} }
} }
......
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