Commit fffccf37 authored by chenzhao's avatar chenzhao

修改接口

parent 28870879
......@@ -194,14 +194,13 @@ public class IPermissionServiceImpl implements IPermissionService {
areaCompany= areaCompany.stream().filter(e -> e.getLevel().equals("outer_company")).collect(Collectors.toList());
}else {
areaCompany= areaCompany.stream().filter(e -> !e.getLevel().equals("outer_company")).collect(Collectors.toList());
PrivilegeCompany all = new PrivilegeCompany();
all.setCompanyName("全部");
all.setOrgCode("all");
all.setSequenceNbr(0L);
areaCompany.add(0,all);
}
PrivilegeCompany all = new PrivilegeCompany();
all.setCompanyName("全部");
all.setOrgCode("all");
all.setSequenceNbr(0L);
areaCompany.add(0,all);
return areaCompany;
......
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