fix:1.修改分错误日志没有写入bug

This commit is contained in:
panbaolin 2023-12-31 16:19:15 +08:00
parent 1d2e10d9e2
commit 497d910ede

View File

@ -789,7 +789,7 @@ public class ParsingProcessLog extends AbstractAutoLogOrReport{
this.handleStorageProcessLog();
if(DataType.SAMPLEPHD.getType().equals(this.spectrumHandler.currDataType.getType()) &&
this.spectrumHandler.sourceData.system_type.equals(SystemType.BETA.getType()) &&
this.fileRepeat == false && this.fileNotExist == false){
this.fileRepeat == false){
this.handleAnalysisProcessLog();
}