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