refactor(接口测试): 代码优化,去除多余更新操作

This commit is contained in:
fit2-zhao 2022-07-14 18:49:49 +08:00 committed by f2c-ci-robot[bot]
parent 493f962829
commit a91a4e1d83
1 changed files with 0 additions and 2 deletions

View File

@ -1788,8 +1788,6 @@ public class ApiDefinitionService {
res.setCasePassingRate("-");
res.setCaseStatus("-");
}
apiDefinitionMapper.updateByPrimaryKeySelective(res);
if (StringUtils.equalsIgnoreCase("esb", res.getMethod())) {
esbApiParamService.handleApiEsbParams(res);
}