fix:1.修改能谱分析日志bug
This commit is contained in:
parent
f06261a8dc
commit
9b365cfd8e
|
@ -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.fileRepeat == false && this.fileNotExist == false){
|
||||
|
||||
this.handleAnalysisProcessLog();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user