This commit is contained in:
杨海航
2025-03-24 14:46:21 +08:00
parent 3242d66835
commit bb9667d177

View File

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