|
@@ -79,9 +79,7 @@ public class AdminDeptLogic {
|
|
|
//最父级资源树
|
|
|
|
|
|
List<AdminDept> collect = adminDeptService.lambdaQuery()
|
|
|
- .eq(AdminDept::getPId,adminDeptId)
|
|
|
- .eq(AdminDept::getCompanyWechatId,adminUser.getCompanyWechatId())
|
|
|
- .list();
|
|
|
+ .eq(AdminDept::getPId,adminDeptId).list();
|
|
|
|
|
|
if(collect.size() == 0){
|
|
|
return new ArrayList<>();
|