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:
liqiang-fit2cloud 2023-04-28 18:10:43 +08:00
commit e001cf47af
2 changed files with 2 additions and 1 deletions

View File

@ -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) {