fix(接口测试): 修复测试报告批量删除报错问题
This commit is contained in:
parent
67c4bd52ab
commit
c0c19d214e
|
@ -632,7 +632,7 @@ public class ApiScenarioReportService {
|
||||||
definitionExecResultMapper.deleteByExample(definitionExecResultExample);
|
definitionExecResultMapper.deleteByExample(definitionExecResultExample);
|
||||||
|
|
||||||
ApiDefinitionExecResultExample execResultExample = new ApiDefinitionExecResultExample();
|
ApiDefinitionExecResultExample execResultExample = new ApiDefinitionExecResultExample();
|
||||||
execResultExample.createCriteria().andIntegratedReportIdIn(handleIdList);
|
execResultExample.createCriteria().andIntegratedReportIdIn(ids);
|
||||||
definitionExecResultMapper.deleteByExample(execResultExample);
|
definitionExecResultMapper.deleteByExample(execResultExample);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue