|
|
|
@ -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); |
|
|
|
|