From 1f6b1c159b9300740b1d94ce4f1326306263aa77 Mon Sep 17 00:00:00 2001 From: song-tianyang Date: Mon, 25 Jul 2022 21:05:32 +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=E9=83=A8=E5=88=86=E6=83=85=E5=86=B5=E4=B8=8B?= =?UTF-8?q?=E6=8E=A5=E5=8F=A3=E6=B5=8B=E8=AF=95=E5=88=97=E8=A1=A8=E6=9F=A5?= =?UTF-8?q?=E8=AF=A2=E6=8A=A5=E9=94=99=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --bug=1015150 --user=宋天阳 【接口测试】首页-接口、场景用例数量统计,已覆盖/未覆盖数量跳转后没有显示对应的接口 https://www.tapd.cn/55049933/s/1211159 --- .../mapper/ext/ExtApiDefinitionMapper.xml | 32 +++++++++---------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/backend/src/main/java/io/metersphere/base/mapper/ext/ExtApiDefinitionMapper.xml b/backend/src/main/java/io/metersphere/base/mapper/ext/ExtApiDefinitionMapper.xml index 2749339f90..23e2570a06 100644 --- a/backend/src/main/java/io/metersphere/base/mapper/ext/ExtApiDefinitionMapper.xml +++ b/backend/src/main/java/io/metersphere/base/mapper/ext/ExtApiDefinitionMapper.xml @@ -805,11 +805,11 @@ api_definition.id not in (SELECT api_definition_id FROM api_test_case) and - api_definition.id not in ( + api_definition.id not in #{nodeId} - ) + @@ -818,11 +818,11 @@ api_definition.id in (SELECT api_definition_id FROM api_test_case) or - api_definition.id in ( + api_definition.id in #{nodeId} - ) + ) @@ -836,20 +836,20 @@ - and api_definition.id not in ( + and api_definition.id not in #{nodeId} - ) + - and api_definition.id in ( + and api_definition.id in #{nodeId} - ) + @@ -919,11 +919,11 @@ api_definition.id not in (SELECT api_definition_id FROM api_test_case) and - api_definition.id not in ( + api_definition.id not in #{nodeId} - ) + @@ -932,11 +932,11 @@ api_definition.id in (SELECT api_definition_id FROM api_test_case) or - api_definition.id in ( + api_definition.id in #{nodeId} - ) + ) @@ -950,20 +950,20 @@ - and api_definition.id not in ( + and api_definition.id not in #{nodeId} - ) + - and api_definition.id in ( + and api_definition.id in #{nodeId} - ) +