性能测试接口詳情接口
This commit is contained in:
@@ -62,7 +62,7 @@ public class PerformanceTestServiceImpl implements IPerformanceTestService
|
|||||||
performanceTestCaseVOList.add(performanceTestCaseVO);
|
performanceTestCaseVOList.add(performanceTestCaseVO);
|
||||||
}
|
}
|
||||||
for (PerformanceTestCaseVO performanceTestCaseVO : performanceTestCaseVOList) {
|
for (PerformanceTestCaseVO performanceTestCaseVO : performanceTestCaseVOList) {
|
||||||
TestCase caseEntity = testCaseMapper.selectTestCaseById(performanceTestCaseVO.getId());
|
TestCase caseEntity = testCaseMapper.selectTestCaseById(performanceTestCaseVO.getTestCaseId());
|
||||||
performanceTestCaseVO.setTestCaseName(caseEntity.getName());
|
performanceTestCaseVO.setTestCaseName(caseEntity.getName());
|
||||||
}
|
}
|
||||||
return performanceTestVO;
|
return performanceTestVO;
|
||||||
|
|||||||
Reference in New Issue
Block a user