fix(测试跟踪): 测试计划关联性能用例问题
--bug=1018850 --user=宋昌昌 【测试跟踪】测试计划-关联性能用例-筛选版本后关联用例数错误 https://www.tapd.cn/55049933/s/1276746
This commit is contained in:
parent
6c9c780c85
commit
103b69ccab
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue