diff --git a/backend/src/main/java/io/metersphere/base/mapper/TestCaseTestMapper.xml b/backend/src/main/java/io/metersphere/base/mapper/TestCaseTestMapper.xml index b3d3268d11..58c095e1b4 100644 --- a/backend/src/main/java/io/metersphere/base/mapper/TestCaseTestMapper.xml +++ b/backend/src/main/java/io/metersphere/base/mapper/TestCaseTestMapper.xml @@ -271,6 +271,56 @@ + + and atc.create_user_id + + + + + + + + and atc.name + + + + + + and atc.update_time + + + + + + and atc.create_time + + + + + + and atc.priority + + + + + + and atc.status + + + + + + and atc.tags + + + + + + and atc.create_user + + + + @@ -309,6 +359,12 @@ + + and atc.create_user + + + + diff --git a/frontend/src/business/components/track/case/components/TestCaseApiRelate.vue b/frontend/src/business/components/track/case/components/TestCaseApiRelate.vue index 461927558a..3a77b75372 100644 --- a/frontend/src/business/components/track/case/components/TestCaseApiRelate.vue +++ b/frontend/src/business/components/track/case/components/TestCaseApiRelate.vue @@ -3,7 +3,7 @@