|
@@ -360,7 +360,6 @@ public class TeachcloudCommonServiceImpl implements TeachcloudCommonService {
|
|
newList.add(cell);
|
|
newList.add(cell);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
- System.out.println(JSON.toJSONString(newList));
|
|
|
|
for (SysPrivilege sysPrivilege : newList) {
|
|
for (SysPrivilege sysPrivilege : newList) {
|
|
if (Objects.nonNull(sysPrivilege.getParentId())) {
|
|
if (Objects.nonNull(sysPrivilege.getParentId())) {
|
|
sysPrivilege.setParentId(map.get(sysPrivilege.getParentId()));
|
|
sysPrivilege.setParentId(map.get(sysPrivilege.getParentId()));
|