This commit is contained in:
2023-06-30 10:49:15 +08:00
parent 66b1d959ea
commit 9f7d36aefe

View File

@@ -183,7 +183,7 @@ public class FileUploadUtils {
int dirLastIndex = JsowellConfig.getProfile().length() + 1;
String currentDir = StringUtils.substring(uploadDir, dirLastIndex);
// return Constants.RESOURCE_PREFIX + "/" + currentDir + "/" + fileName;
return "/" + currentDir + "/" + fileName;
return currentDir + "/" + fileName;
}
/**