wangliang 2 anni fa
parent
commit
bf8ddf9d07

+ 1 - 12
teachcloud-common/src/main/java/com/qmth/teachcloud/common/contant/SystemConstant.java

@@ -486,7 +486,7 @@ public class SystemConstant {
     }
 
     /**
-     * 获取全局uuid
+     * 获取根目录
      *
      * @return
      */
@@ -849,17 +849,6 @@ public class SystemConstant {
         commonCacheService.removeUserRolePrivilegeCache(userId);
     }
 
-    /**
-     * 获得项目根目录
-     *
-     * @return
-     */
-    public static String getProjectRootPath() {
-        String path = SystemConstant.getUserDir();
-        System.out.println("getProjectRootPath:" + path);
-        return path;
-    }
-
     /**
      * 获取临时文件
      *