fix:修改 自动处理分析新beta保存刻度数据业务。修改从数据库加载读取刻度数据业务逻辑
This commit is contained in:
parent
e6d017af0b
commit
9ea7aee74c
|
@ -1005,6 +1005,7 @@ public class Sample_C_Analysis {
|
|||
Integer roiId = entry.getKey();
|
||||
GStoreMiddleProcessData middleData = entry.getValue();
|
||||
pairsRois.addAll(saveCalibrationPairs(sampleId, IdAnalysis, roiId, middleData));
|
||||
break;
|
||||
}
|
||||
this.serviceQuotes.getGardsCalibrationPairsService().saveBatch(pairsRois);
|
||||
}
|
||||
|
@ -1198,6 +1199,7 @@ public class Sample_C_Analysis {
|
|||
Integer roiId = entry.getKey();
|
||||
GStoreMiddleProcessData middleData = entry.getValue();
|
||||
calibrationRois.addAll(saveCalibration(sampleId, IdAnalysis, roiId, middleData));
|
||||
break;
|
||||
}
|
||||
if (CollUtil.isNotEmpty(calibrationRois))
|
||||
this.serviceQuotes.getGardsCalibrationService().createBatch(calibrationRois);
|
||||
|
|
|
@ -31,11 +31,6 @@ public class GardsCalibrationSpectrumServiceImpl extends ServiceImpl<GardsCalibr
|
|||
this.baseMapper.insertCalibration(calibration);
|
||||
}
|
||||
|
||||
@Override
|
||||
public void insertCalibrationGamma(GardsCalibration calibration) {
|
||||
this.baseMapper.insertCalibrationGamma(calibration);
|
||||
}
|
||||
|
||||
@Override
|
||||
@Transactional
|
||||
public int saveGardsCalibration(BgDataAnlyseResultIn anlyseResultIn, Integer sampleId, Integer gasId, Integer detId, Integer idAnalysis) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user