caozixuan 3 vuotta sitten
vanhempi
commit
9afec5dd3d

+ 0 - 1
teachcloud-common/src/main/java/com/qmth/teachcloud/common/service/impl/TeachcloudCommonServiceImpl.java

@@ -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()));