update:更新拆分图片存储位置
This commit is contained in:
+1
-1
@@ -478,7 +478,7 @@ public class SarFileSplitInfoEOServiceImpl implements SarFileSplitInfoEOService
|
|||||||
if (!file1.exists()) {
|
if (!file1.exists()) {
|
||||||
file1.mkdirs();
|
file1.mkdirs();
|
||||||
}
|
}
|
||||||
String filepathandname = filePath + "/img/" + imageName;
|
String filepathandname = splitFilePath +"/" + imageName;
|
||||||
try {
|
try {
|
||||||
FileOutputStream fos = new FileOutputStream(filepathandname);
|
FileOutputStream fos = new FileOutputStream(filepathandname);
|
||||||
fos.write(bytev);
|
fos.write(bytev);
|
||||||
|
|||||||
Reference in New Issue
Block a user