Merge remote-tracking branch 'origin/v2.9' into v2.9
# Conflicts: # test-track/backend/src/main/java/io/metersphere/plan/service/TestPlanService.java # workstation/frontend/src/business/component/CaseTableList.vue
This commit is contained in:
commit
e001cf47af
|
@ -674,6 +674,7 @@ public class TestPlanService {
|
|||
caseTestRelevance(request, subList);
|
||||
});
|
||||
} catch (Exception e) {
|
||||
sqlSession.rollback();
|
||||
throw new RuntimeException(e);
|
||||
} finally {
|
||||
if (sqlSession != null && sqlSessionFactory != null) {
|
||||
|
|
Loading…
Reference in New Issue