Browse Source

团队重构

master
陈裕财 3 years ago
parent
commit
ff5a436136
  1. 4
      xm-core/src/main/resources/mybatis/mapper/xm/core/dao/XmTestPlanCaseMapper.xml

4
xm-core/src/main/resources/mybatis/mapper/xm/core/dao/XmTestPlanCaseMapper.xml

@ -40,7 +40,7 @@
and p.casedb_id=#{casedbId} and p.casedb_id=#{casedbId}
</if> </if>
<if test="projectId!=null and projectId!=''"> <if test="projectId!=null and projectId!=''">
and p.porject_id=#{projectId}
and p.project_id=#{projectId}
</if> </if>
<if test="productId!=null and productId!=''"> <if test="productId!=null and productId!=''">
and p.product_id=#{productId} and p.product_id=#{productId}
@ -61,7 +61,7 @@
and p.casedb_id=#{casedbId} and p.casedb_id=#{casedbId}
</if> </if>
<if test="projectId!=null and projectId!=''"> <if test="projectId!=null and projectId!=''">
and p.porject_id=#{projectId}
and p.project_id=#{projectId}
</if> </if>
<if test="productId!=null and productId!=''"> <if test="productId!=null and productId!=''">
and p.product_id=#{productId} and p.product_id=#{productId}

Loading…
Cancel
Save