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}