diff --git a/backend/src/main/java/io/metersphere/base/mapper/ext/ExtTestPlanLoadCaseMapper.xml b/backend/src/main/java/io/metersphere/base/mapper/ext/ExtTestPlanLoadCaseMapper.xml index b81d1c0aee..523b0446fa 100644 --- a/backend/src/main/java/io/metersphere/base/mapper/ext/ExtTestPlanLoadCaseMapper.xml +++ b/backend/src/main/java/io/metersphere/base/mapper/ext/ExtTestPlanLoadCaseMapper.xml @@ -70,7 +70,12 @@ order by - tplc.${order.name} ${order.type} + + lt.${order.name} ${order.type} + + + tplc.${order.name} ${order.type} + @@ -145,4 +150,4 @@ - \ No newline at end of file + 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 beb2bdf02b..652d2fb42f 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 @@ -60,20 +60,8 @@ #{nodeId} - - - - - - and c.priority in - - #{value} - - - - - - + + order by @@ -133,20 +121,7 @@ #{nodeId} - - - - - - and c.priority in - - #{value} - - - - - - + order by @@ -162,6 +137,23 @@ + + + + + + + and c.level in + + #{value} + + + + + + + + - \ No newline at end of file + diff --git a/frontend/src/business/components/api/automation/scenario/ApiScenarioList.vue b/frontend/src/business/components/api/automation/scenario/ApiScenarioList.vue index 2fdaa83c93..e6e2e60f96 100644 --- a/frontend/src/business/components/api/automation/scenario/ApiScenarioList.vue +++ b/frontend/src/business/components/api/automation/scenario/ApiScenarioList.vue @@ -1,10 +1,8 @@