|
|
@ -113,7 +113,7 @@ public class TestRecordServiceImpl extends ServiceImpl<TestRecordMapper, TestRec |
|
|
|
for (String sampleId : sampleIdList) { |
|
|
|
for (String sampleId : sampleIdList) { |
|
|
|
TestRecord record = this.lambdaQuery() |
|
|
|
TestRecord record = this.lambdaQuery() |
|
|
|
.like(TestRecord::getSampleTestList, sampleId) |
|
|
|
.like(TestRecord::getSampleTestList, sampleId) |
|
|
|
.getEntity(); |
|
|
|
.one(); |
|
|
|
if (record != null) { |
|
|
|
if (record != null) { |
|
|
|
return record; |
|
|
|
return record; |
|
|
|
} |
|
|
|
} |
|
|
|