Commit 40abd4b6 authored by 赵啸非's avatar 赵啸非

修改设备管理

parent 5d02acd2
...@@ -68,6 +68,7 @@ public class MenuServiceImpl extends AbstractCRUDServiceImpl<MenuDao, MenuEntity ...@@ -68,6 +68,7 @@ public class MenuServiceImpl extends AbstractCRUDServiceImpl<MenuDao, MenuEntity
authIds.add(sysModule.getId()); authIds.add(sysModule.getId());
} }
} }
log.info("authIds:{}", JSON.toJSONString(authIds));
if (!user.isAdmin()) { if (!user.isAdmin()) {
Long[] ids = authIds.toArray(new Long[authIds.size()]); Long[] ids = authIds.toArray(new Long[authIds.size()]);
for (Long id : ids) { for (Long id : ids) {
......
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