fix(测试跟踪): 【【测试计划】-关联性能测试-筛选版本不生效】https://www.tapd.cn/55049933/bugtrace/bugs/view?bug_id=1155049933001009872

This commit is contained in:
zhangdahai112 2022-01-23 23:21:30 +08:00 committed by jianxing
parent 8c8940c994
commit bef311b8de
1 changed files with 1 additions and 0 deletions

View File

@ -87,6 +87,7 @@ public class TestPlanLoadCaseService {
}
Page<Object> page = PageHelper.startPage(goPage, pageSize, true);
QueryTestPlanRequest newRequest = new QueryTestPlanRequest();
BeanUtils.copyBean(newRequest, request);
Map filters = new HashMap();
filters.put("id", ids);
newRequest.setFilters(filters);