20250402 更新

1.修改常规毒品获取离子丰度比相对偏差的允许范围
master
陈江保 2 weeks ago
parent 907dfe35b9
commit f8dd073eee
  1. 2
      dlp-drugtesting-biz/src/main/java/digital/laboratory/platform/inspection/service/impl/TestRecordSampledataExpandServiceImpl.java

@ -281,7 +281,7 @@ public class TestRecordSampledataExpandServiceImpl extends ServiceImpl<TestRecor
if (isNPSCase) { if (isNPSCase) {
sampleDataExpand.setIonAbundanceRatioWithinError( sampleDataExpand.setIonAbundanceRatioWithinError(
processInspectDataService.getWithinErrorText( processInspectDataService.getWithinErrorText(
ionAbundanceRatioError, ionAbundanceRatioError.abs(),
processInspectDataService.getErrorRange(stdDataExpand.getIonAbundanceRatio()) processInspectDataService.getErrorRange(stdDataExpand.getIonAbundanceRatio())
) )
); );

Loading…
Cancel
Save