20250325 更新

This commit is contained in:
2025-03-25 15:59:20 +08:00
parent 87e6b788af
commit 4203d291f0

View File

@@ -1764,7 +1764,6 @@ public class TestRecordSampleDataServiceImpl extends ServiceImpl<TestRecordSampl
.set(StringUtils.isNotBlank(compoundCnName), TestRecordSampleData::getCompoundCnName, compoundCnName));
} else {
oldInfo = new TestRecordSampleData();
oldInfo.setId(IdWorker.get32UUID());
oldInfo.setSampleNo(sampleNo);
oldInfo.setCompoundName(compoundName);
oldInfo.setSampleConcentration(targetConcentration);