人工交互分析保存入库后删除日志文件导致无法再查看问题修改
This commit is contained in:
parent
46c79e8ade
commit
bf7aa121db
|
@ -4044,10 +4044,6 @@ public class SpectrumAnalysisServiceImpl extends AbstractLogOrReport implements
|
|||
ftpUtil.saveFile(logPathName, logFileName, in);
|
||||
} catch (FileNotFoundException e) {
|
||||
throw new RuntimeException(e);
|
||||
} finally {
|
||||
if (Objects.nonNull(logFile)) {
|
||||
logFile.delete();
|
||||
}
|
||||
}
|
||||
}
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue
Block a user