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

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

View File

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