‘linchangsheng’ 2 weeks ago
parent
commit
cda214f783

+ 0 - 5
src/main/java/com/gree/mall/manager/logic/admin/AdminDeptLogic.java

@@ -57,11 +57,6 @@ public class AdminDeptLogic {
                     .list();
 
 
-        if (adminUser.getType().equals(0)) {
-            list.addAll(adminDeptService.lambdaQuery()
-                    .eq(AdminDept::getAdminDeptId, "1").list());
-        }
-
         List<AdminDeptTree> trees = new ArrayList<>();
         for (AdminDept adminDept : list) {
             AdminDeptTree adminDeptTree = new AdminDeptTree();