|
@@ -149,7 +149,7 @@ public class FdkkSceneEditService {
|
|
|
String fileName = files.getOriginalFilename();
|
|
|
assert fileName != null;
|
|
|
String prefix = fileName.substring(fileName.lastIndexOf("."));
|
|
|
- String newFilePath = String.format(hotLocalPath,fdkkUploadRequest.getNum()) + "/"+fileName+prefix;
|
|
|
+ String newFilePath = String.format(hotLocalPath,fdkkUploadRequest.getNum()) + "/"+fileName + prefix;
|
|
|
File newFile = new File(newFilePath);
|
|
|
files.transferTo(newFile);
|
|
|
path = newFile.getPath();
|