From ff5a4361369073f86a167308fd7f84f7f0dfdc8f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E8=A3=95=E8=B4=A2?= Date: Thu, 26 Jan 2023 18:38:23 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9B=A2=E9=98=9F=E9=87=8D=E6=9E=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../mybatis/mapper/xm/core/dao/XmTestPlanCaseMapper.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xm-core/src/main/resources/mybatis/mapper/xm/core/dao/XmTestPlanCaseMapper.xml b/xm-core/src/main/resources/mybatis/mapper/xm/core/dao/XmTestPlanCaseMapper.xml index a486d334..2fe18e5c 100644 --- a/xm-core/src/main/resources/mybatis/mapper/xm/core/dao/XmTestPlanCaseMapper.xml +++ b/xm-core/src/main/resources/mybatis/mapper/xm/core/dao/XmTestPlanCaseMapper.xml @@ -40,7 +40,7 @@ and p.casedb_id=#{casedbId} - and p.porject_id=#{projectId} + and p.project_id=#{projectId} and p.product_id=#{productId} @@ -61,7 +61,7 @@ and p.casedb_id=#{casedbId} - and p.porject_id=#{projectId} + and p.project_id=#{projectId} and p.product_id=#{productId}