拆分流程图片展示以及导出出片超链接格式(测试)
This commit is contained in:
+1
-1
@@ -529,7 +529,7 @@ public class SarFileSplitInfoEOServiceImpl implements SarFileSplitInfoEOService
|
||||
}
|
||||
String filepathandname = splitFilePath +"/" + imageName;
|
||||
try {
|
||||
File file2 = new File(filepathandname);
|
||||
File file2 = new File(splitFilePath);
|
||||
if (!file2.exists()) {
|
||||
file2.mkdirs();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user