diff --git a/backend/src/main/java/io/metersphere/base/mapper/ext/ExtApiDefinitionMapper.xml b/backend/src/main/java/io/metersphere/base/mapper/ext/ExtApiDefinitionMapper.xml index 07934d9b91..508d04d6ba 100644 --- a/backend/src/main/java/io/metersphere/base/mapper/ext/ExtApiDefinitionMapper.xml +++ b/backend/src/main/java/io/metersphere/base/mapper/ext/ExtApiDefinitionMapper.xml @@ -240,7 +240,7 @@ select api_scenario.id, api_scenario.project_id, api_scenario.tags, api_scenario.user_id, api_scenario.num, api_scenario.api_scenario_module_id,api_scenario.module_path, api_scenario.name, api_scenario.level, - api_scenario.status, api_scenario.principal, api_scenario.step_total, api_scenario.follow_people, + api_scenario.status, api_scenario.principal, api_scenario.step_total, api_scenario.last_result,api_scenario.pass_rate,api_scenario.report_id, api_scenario.schedule, api_scenario.description, api_scenario.create_time, api_scenario.update_time, project.name as project_name, user.name as user_name diff --git a/backend/src/main/java/io/metersphere/base/mapper/ext/ExtTestCaseMapper.xml b/backend/src/main/java/io/metersphere/base/mapper/ext/ExtTestCaseMapper.xml index 035792949b..72b6df5301 100644 --- a/backend/src/main/java/io/metersphere/base/mapper/ext/ExtTestCaseMapper.xml +++ b/backend/src/main/java/io/metersphere/base/mapper/ext/ExtTestCaseMapper.xml @@ -172,7 +172,7 @@ test_case.`type`, test_case.maintainer, test_case.priority, test_case.`method`, test_case.create_time, test_case.update_time, test_case.test_id, test_case.sort, test_case.num, test_case.other_test_name, test_case.review_status, test_case.tags, - test_case.demand_id, test_case.demand_name, test_case.follow_people, test_case.`status`, + test_case.demand_id, test_case.demand_name, test_case.`status`, test_case.custom_num, test_case.step_model, test_case.create_user,u.name as createName, test_case.custom_fields diff --git a/backend/src/main/java/io/metersphere/base/mapper/ext/ExtTestCaseReviewScenarioCaseMapper.xml b/backend/src/main/java/io/metersphere/base/mapper/ext/ExtTestCaseReviewScenarioCaseMapper.xml index a806737b74..00eabe44e9 100644 --- a/backend/src/main/java/io/metersphere/base/mapper/ext/ExtTestCaseReviewScenarioCaseMapper.xml +++ b/backend/src/main/java/io/metersphere/base/mapper/ext/ExtTestCaseReviewScenarioCaseMapper.xml @@ -17,7 +17,7 @@ select t.id, t.environment, t.create_time, t.update_time, t.last_result, t.pass_rate, t.report_id, c.scenario_definition, c.id as case_id, c.project_id, c.user_id,c.api_scenario_module_id, c.module_path, c.name, c.level, - c.status, c.principal, c.step_total, c.follow_people, c.schedule, c.description, c.tags, c.num, + c.status, c.principal, c.step_total, c.schedule, c.description, c.tags, c.num, p.name as project_name, p.id as project_id, u.name as user_name from test_case_review_scenario t diff --git a/backend/src/main/java/io/metersphere/base/mapper/ext/ExtTestPlanScenarioCaseMapper.xml b/backend/src/main/java/io/metersphere/base/mapper/ext/ExtTestPlanScenarioCaseMapper.xml index 650c572d6e..df87fe50e1 100644 --- a/backend/src/main/java/io/metersphere/base/mapper/ext/ExtTestPlanScenarioCaseMapper.xml +++ b/backend/src/main/java/io/metersphere/base/mapper/ext/ExtTestPlanScenarioCaseMapper.xml @@ -26,7 +26,7 @@ select t.id, t.environment, t.create_time, t.update_time, t.last_result, t.pass_rate, t.report_id, c.scenario_definition, c.id as case_id, c.user_id,c.api_scenario_module_id, c.module_path, c.name, c.level, - c.status, c.principal, c.step_total, c.follow_people, c.schedule, c.description, c.tags, t.create_user, c.project_id, + c.status, c.principal, c.step_total, c.schedule, c.description, c.tags, t.create_user, c.project_id, c.num, c.custom_num from test_plan_api_scenario t