fix(测试跟踪): 测试计划关联性能用例问题

--bug=1018850 --user=宋昌昌 【测试跟踪】测试计划-关联性能用例-筛选版本后关联用例数错误 https://www.tapd.cn/55049933/s/1276746
This commit is contained in:
song-cc-rock 2022-10-25 17:22:24 +08:00 committed by 刘瑞斌
parent 91c94fad3f
commit 78c011a9b4
1 changed files with 1 additions and 0 deletions

View File

@ -961,6 +961,7 @@ public class PerformanceTestService {
Map<String, List<String>> param = new HashMap<>();
param.put("id", request.getIds());
request2.setFilters(param);
request2.setVersionId(request.getCondition().getVersionId());
return this.list(request2);
}