From e68d64924b84d51060f7e4a2e680645fa5a45713 Mon Sep 17 00:00:00 2001 From: guoyuqi Date: Tue, 7 Mar 2023 20:20:08 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E5=B7=A5=E4=BD=9C=E5=8F=B0):=20=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=E5=88=A0=E9=99=A4=E5=8A=9F=E8=83=BD=E7=94=A8=E4=BE=8B?= =?UTF-8?q?=E6=88=91=E7=9A=84=E4=BB=AA=E8=A1=A8=E7=9B=98=E5=8A=9F=E8=83=BD?= =?UTF-8?q?=E7=94=A8=E4=BE=8B=E6=95=B0=E6=97=A0=E5=8F=98=E5=8C=96=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --bug=1024013 --user=郭雨琦 https://www.tapd.cn/55049933/bugtrace/bugs/view/1155049933001024013 --- .../java/io/metersphere/base/mapper/ext/ExtTestCaseMapper.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/workstation/backend/src/main/java/io/metersphere/base/mapper/ext/ExtTestCaseMapper.xml b/workstation/backend/src/main/java/io/metersphere/base/mapper/ext/ExtTestCaseMapper.xml index 74a4e65be1..20be88d7bd 100644 --- a/workstation/backend/src/main/java/io/metersphere/base/mapper/ext/ExtTestCaseMapper.xml +++ b/workstation/backend/src/main/java/io/metersphere/base/mapper/ext/ExtTestCaseMapper.xml @@ -198,6 +198,7 @@ and tc.review_status in ('Prepare','Pass','UnPass') and tc.create_user = #{userId,jdbcType=VARCHAR} + and (tc.status is null or tc.status != 'Trash');