refactor(接口测试): 代码优化,去除多余更新操作
This commit is contained in:
parent
493f962829
commit
a91a4e1d83
|
@ -1788,8 +1788,6 @@ public class ApiDefinitionService {
|
|||
res.setCasePassingRate("-");
|
||||
res.setCaseStatus("-");
|
||||
}
|
||||
|
||||
apiDefinitionMapper.updateByPrimaryKeySelective(res);
|
||||
if (StringUtils.equalsIgnoreCase("esb", res.getMethod())) {
|
||||
esbApiParamService.handleApiEsbParams(res);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue