diff --git a/api-test/backend/src/main/java/io/metersphere/base/mapper/ext/ExtApiTestCaseMapper.xml b/api-test/backend/src/main/java/io/metersphere/base/mapper/ext/ExtApiTestCaseMapper.xml index 68fcee1883..bc212e03f2 100644 --- a/api-test/backend/src/main/java/io/metersphere/base/mapper/ext/ExtApiTestCaseMapper.xml +++ b/api-test/backend/src/main/java/io/metersphere/base/mapper/ext/ExtApiTestCaseMapper.xml @@ -223,6 +223,12 @@ + + and t1.case_status + + + + and (t1.status diff --git a/api-test/backend/src/main/java/io/metersphere/base/mapper/plan/ext/ExtTestPlanApiCaseMapper.xml b/api-test/backend/src/main/java/io/metersphere/base/mapper/plan/ext/ExtTestPlanApiCaseMapper.xml index 074424dd0f..4ee49ca8e7 100644 --- a/api-test/backend/src/main/java/io/metersphere/base/mapper/plan/ext/ExtTestPlanApiCaseMapper.xml +++ b/api-test/backend/src/main/java/io/metersphere/base/mapper/plan/ext/ExtTestPlanApiCaseMapper.xml @@ -158,6 +158,13 @@ + + + + + + + @@ -179,6 +186,52 @@ + + + + and c.name + + + + + + and t.update_time + + + + + + and t.create_time + + + + + + and c.priority + + + + + + and c.path + + + + + + and c.status + + + + + + and c.case_status + + + + + + - + + + and c.name + + + + + + and t.update_time + + + + + + and t.create_time + + + + + + and c.priority + + + + + + and c.status + + + + +