From 2dac18455187d138876b907ca9e80b6ee27f1f2e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E8=A3=95=E8=B4=A2?= Date: Tue, 19 Jul 2022 11:06:03 +0800 Subject: [PATCH] bug --- .../resources/mybatis/mapper/xm/core/dao/XmTestCaseMapper.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/xm-core/src/main/resources/mybatis/mapper/xm/core/dao/XmTestCaseMapper.xml b/xm-core/src/main/resources/mybatis/mapper/xm/core/dao/XmTestCaseMapper.xml index 26ea6ef1..5bf344cb 100644 --- a/xm-core/src/main/resources/mybatis/mapper/xm/core/dao/XmTestCaseMapper.xml +++ b/xm-core/src/main/resources/mybatis/mapper/xm/core/dao/XmTestCaseMapper.xml @@ -29,6 +29,7 @@ ) and res.case_name like #{key} + and not exists(select 1 from xm_test_plan_case c where c.plan_id=#{notJoinPlanId} and c.case_id=res.id)