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