From ff0b25878599cdbacb15733fbab0dec8aeafdb42 Mon Sep 17 00:00:00 2001 From: fit2-zhao Date: Fri, 8 Jan 2021 13:37:57 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E6=8E=A5=E5=8F=A3=E5=AE=9A=E4=B9=89):=20?= =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E7=94=A8=E4=BE=8B=E6=9C=80=E5=90=8E=E7=BB=93?= =?UTF-8?q?=E6=9E=9C=E7=BB=9F=E8=AE=A1=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../io/metersphere/base/mapper/ext/ExtApiTestCaseMapper.xml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/backend/src/main/java/io/metersphere/base/mapper/ext/ExtApiTestCaseMapper.xml b/backend/src/main/java/io/metersphere/base/mapper/ext/ExtApiTestCaseMapper.xml index 6fa06d9a1b..bb2316a558 100644 --- a/backend/src/main/java/io/metersphere/base/mapper/ext/ExtApiTestCaseMapper.xml +++ b/backend/src/main/java/io/metersphere/base/mapper/ext/ExtApiTestCaseMapper.xml @@ -195,12 +195,6 @@ AND atc.api_definition_id = #{request.apiDefinitionId} - - order by - - atc.${order.name} ${order.type} - -