update:更新拆分图片存储位置

This commit is contained in:
2510220824
2021-12-15 21:16:24 +08:00
committed by super_liu
parent 7ee5bab2e4
commit b030fb3e89
@@ -486,7 +486,7 @@ public class SarFileSplitInfoEOServiceImpl implements SarFileSplitInfoEOService
if (!file1.exists()) {
file1.mkdirs();
}
String filepathandname = filePath + "/img/" + imageName;
String filepathandname = splitFilePath +"/" + imageName;
try {
FileOutputStream fos = new FileOutputStream(filepathandname);
fos.write(bytev);