From aa043f9dbfc0f89584810e1dcc5b1836245f86fe Mon Sep 17 00:00:00 2001 From: fit2-zhao Date: Tue, 28 Dec 2021 16:37:40 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E6=8E=A5=E5=8F=A3=E6=B5=8B=E8=AF=95):=20?= =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=9C=BA=E6=99=AF=E6=B7=BB=E5=8A=A0=E6=8E=A5?= =?UTF-8?q?=E5=8F=A3=E7=94=A8=E4=BE=8B=E6=AD=A5=E9=AA=A4=E4=BC=9A=E5=8A=A0?= =?UTF-8?q?=E5=85=A5=E5=9B=9E=E6=94=B6=E7=AB=99=E7=9A=84=E7=94=A8=E4=BE=8B?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --bug=1009268 --user=赵勇 [ github#8886] 新建场景,导入接口用例时,全选将回收站的用例也导入进来 https://www.tapd.cn/55049933/s/1087729 --- .../java/io/metersphere/base/mapper/ext/ExtApiTestCaseMapper.xml | 1 + 1 file changed, 1 insertion(+) 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 633557ae9c..6a55808b5d 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 @@ -451,6 +451,7 @@ and a.status != 'Trash' + and t1.status != 'Trash'