性能测试接口詳情接口

This commit is contained in:
2025-04-17 14:27:29 +08:00
parent 87bb3af12c
commit 7645801fcb

View File

@@ -62,7 +62,7 @@ public class PerformanceTestServiceImpl implements IPerformanceTestService
performanceTestCaseVOList.add(performanceTestCaseVO);
}
for (PerformanceTestCaseVO performanceTestCaseVO : performanceTestCaseVOList) {
TestCase caseEntity = testCaseMapper.selectTestCaseById(performanceTestCaseVO.getId());
TestCase caseEntity = testCaseMapper.selectTestCaseById(performanceTestCaseVO.getTestCaseId());
performanceTestCaseVO.setTestCaseName(caseEntity.getName());
}
return performanceTestVO;