fix:gamma自动处理panduan
This commit is contained in:
parent
d9731c97e9
commit
1a5bc8d4ec
|
@ -77,13 +77,10 @@ public class SamplephdSpectrum extends S_D_Q_G_SpectrumHandler{
|
|||
if(this.sourceData.system_type.equals(SystemType.BETA.getType())){
|
||||
Sample_B_Analysis bAnalysis = new Sample_B_Analysis(this);
|
||||
bAnalysis.start();
|
||||
// Sample_B_Analysis bAnalysis = new Sample_B_Analysis(super.sampleData,super.mailFile.getAbsolutePath(),
|
||||
// super.spectrumServiceQuotes,super.sourceData,super.ftpUtil,super.parsingProcessLog);
|
||||
// bAnalysis.start();
|
||||
}
|
||||
// if (this.sourceData.system_type.equals(SystemType.GAMMA.getType())) {
|
||||
// Sample_G_Analysis sample_g_analysis = new Sample_G_Analysis(super.sourceData, super.spectrumServiceQuotes, super.sampleData);
|
||||
// sample_g_analysis.analysis();
|
||||
// }
|
||||
if (this.sourceData.system_type.equals(SystemType.PARTICULATE.getType()) || this.sourceData.system_type.equals(SystemType.GAMMA.getType())) {
|
||||
Sample_G_Analysis sample_g_analysis = new Sample_G_Analysis(super.sourceData, super.spectrumServiceQuotes, super.sampleData,super.ftpUtil);
|
||||
sample_g_analysis.analysis();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user