|
@@ -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();
|