人工交互分析保存入库后删除日志文件导致无法再查看问题修改

This commit is contained in:
qiaoqinzheng 2024-01-15 19:47:42 +08:00
parent 46c79e8ade
commit bf7aa121db

View File

@ -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();
}
}
}
{