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