diff --git a/continew-system/src/main/java/top/continew/admin/system/controller/FileController.java b/continew-system/src/main/java/top/continew/admin/system/controller/FileController.java
index 4f7564f8..132bffa3 100644
--- a/continew-system/src/main/java/top/continew/admin/system/controller/FileController.java
+++ b/continew-system/src/main/java/top/continew/admin/system/controller/FileController.java
@@ -60,7 +60,7 @@ public class FileController extends BaseController
- * 公共上传文件请使用 {@link top.continew.admin.controller.common.CommonController#upload}
+ * 公共上传文件请使用 {@link CommonController#upload}
*
*
* @param file 文件
@@ -69,7 +69,7 @@ public class FileController extends BaseController
- * 1.如果 path 为空,则使用 {@link FileService#getDefaultParentPath()} 作为默认值
- * 2.如果 path 为 {@code /},则设置为空
- * 3.如果 path 不以 {@code /} 结尾,则添加后缀 {@code /}
- * 4.如果 path 以 {@code /} 开头,则移除前缀 {@code /}
+ * 1.如果 path 为 {@code /},则设置为空
+ * 2.如果 path 不以 {@code /} 结尾,则添加后缀 {@code /}
+ * 3.如果 path 以 {@code /} 开头,则移除前缀 {@code /}
* 示例:yyyy/MM/dd/
*
*
@@ -263,9 +262,6 @@ public class FileServiceImpl extends BaseServiceImpl