fix:1.修改能谱分析日志bug

This commit is contained in:
panbaolin 2023-12-29 18:54:46 +08:00
parent f06261a8dc
commit 9b365cfd8e

View File

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