Commit 9882bce2 by lzy

更新

parent 8f63af67
......@@ -690,7 +690,7 @@ public class PlatSpaceServiceImpl extends ServiceImpl<PlatSpaceMapper, PlatSpace
@Override
public List<PlatSpaceVO> listBedTree(PlatSpaceQueryDTO dto, boolean flag) {
List<PlatOrg> platOrgs = platOrgService.belongToScopeListIgnoreTenant(new PlatOrg());
List<PlatOrg> platOrgs = platOrgService.belongToScopeList(new PlatOrg());
if(platOrgs.isEmpty()){
return new ArrayList<>();
}
......
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 sign in to comment