fix:1.修改分错误日志没有写入bug
This commit is contained in:
parent
1d2e10d9e2
commit
497d910ede
|
@ -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.fileNotExist == false){
|
this.fileRepeat == false){
|
||||||
|
|
||||||
this.handleAnalysisProcessLog();
|
this.handleAnalysisProcessLog();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user