fix(测试跟踪): 修复标签赛选后复制报错错误问题

--bug=1043862 --user=王旭 【测试跟踪】测试用例根据标签进行筛选,选择筛选后的数据,全选所有页,点击「复制到」目录,报错 https://www.tapd.cn/55049933/s/1546963
This commit is contained in:
WangXu10 2024-07-11 16:24:44 +08:00 committed by 刘瑞斌
parent 4a6673c1e1
commit 6eec2069b1
1 changed files with 1 additions and 0 deletions

View File

@ -3350,6 +3350,7 @@ public class TestCaseService {
} }
public void copyTestCaseBath(TestCaseBatchRequest request) { public void copyTestCaseBath(TestCaseBatchRequest request) {
ServiceUtils.buildCombineTagsToSupportMultiple(request.getCondition());
ServiceUtils.getSelectAllIds(request, request.getCondition(), ServiceUtils.getSelectAllIds(request, request.getCondition(),
(query) -> extTestCaseMapper.selectIds(query)); (query) -> extTestCaseMapper.selectIds(query));
List<String> ids = request.getIds(); List<String> ids = request.getIds();