fix(测试跟踪): 修复标签赛选后复制报错错误问题
--bug=1043862 --user=王旭 【测试跟踪】测试用例根据标签进行筛选,选择筛选后的数据,全选所有页,点击「复制到」目录,报错 https://www.tapd.cn/55049933/s/1546963
This commit is contained in:
parent
4a6673c1e1
commit
6eec2069b1
|
@ -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();
|
||||||
|
|
Loading…
Reference in New Issue