This commit is contained in:
ls
2025-07-05 23:50:42 +08:00
parent 1580b4c6d3
commit 7cd58c951d

View File

@@ -311,7 +311,7 @@ public class ExperimentDocServiceImpl extends ServiceImpl<ExperimentDocMapper, E
sample.put("样品批次", sampleInfo.getSampleBatch());
sample.put("样品编号", sampleInfo.getModelBatch());
sample.put("注量率", maxRate.orElse(0));
sample.put("总剂量", maxPoint.orElse(0));
sample.put("总剂量", maxPoint.orElse(0) + " krad(Si)");
sampleList.add(sample);
}
}