性能测试接口詳情接口
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user