fix(接口测试): 场景复制场景,没有复制子步骤
This commit is contained in:
parent
412a67ba1a
commit
739727c04a
|
@ -918,7 +918,7 @@ public class ApiScenarioService extends MoveNodeService {
|
|||
});
|
||||
|
||||
// 处理新copy的步骤的步骤详情
|
||||
putCopyStepDetails(stepDetails, isNewApiCaseResourceMap, (subIds, copyFromBlobMap) -> {
|
||||
putCopyStepDetails(stepDetails, copyFromStepIdMap, (subIds, copyFromBlobMap) -> {
|
||||
ApiScenarioStepBlobExample example = new ApiScenarioStepBlobExample();
|
||||
example.createCriteria().andIdIn(subIds);
|
||||
apiScenarioStepBlobMapper.selectByExampleWithBLOBs(example)
|
||||
|
|
Loading…
Reference in New Issue