update
This commit is contained in:
@@ -113,7 +113,7 @@ public class TestRecordServiceImpl extends ServiceImpl<TestRecordMapper, TestRec
|
||||
for (String sampleId : sampleIdList) {
|
||||
TestRecord record = this.lambdaQuery()
|
||||
.like(TestRecord::getSampleTestList, sampleId)
|
||||
.getEntity();
|
||||
.one();
|
||||
if (record != null) {
|
||||
return record;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user