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