refactor(测试跟踪): 删除测试计划批量关联功能用例,无用代码

This commit is contained in:
chenjianxing 2023-04-24 14:57:29 +08:00 committed by jianxing
parent b541b6157a
commit a4d0a22dd8
1 changed files with 0 additions and 1 deletions

View File

@ -674,7 +674,6 @@ public class TestPlanService {
caseTestRelevance(request, subList);
});
} catch (Exception e) {
sqlSession.rollback();
throw new RuntimeException(e);
} finally {
if (sqlSession != null && sqlSessionFactory != null) {