Merge remote-tracking branch 'origin/station' into station
This commit is contained in:
commit
6d8e267079
|
@ -670,8 +670,10 @@ public class Sample_G_Analysis {
|
||||||
calibration.setModdate(new Date());
|
calibration.setModdate(new Date());
|
||||||
calibrations.add(calibration);
|
calibrations.add(calibration);
|
||||||
}
|
}
|
||||||
|
if (calibrations.size() > 0) {
|
||||||
serviceQuotes.getGardsCalibrationService().createBatch(calibrations);
|
serviceQuotes.getGardsCalibrationService().createBatch(calibrations);
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
public void savePeaks(GStoreMiddleProcessData middleData,Integer sampleId, Integer IdAnalysis){
|
public void savePeaks(GStoreMiddleProcessData middleData,Integer sampleId, Integer IdAnalysis){
|
||||||
// Gards_Peaks数据表 ==> INSERT INTO RNAUTO.GARDS_PEAKS
|
// Gards_Peaks数据表 ==> INSERT INTO RNAUTO.GARDS_PEAKS
|
||||||
|
|
Loading…
Reference in New Issue
Block a user