Browse Source

投标直通车

master
陈裕财 3 years ago
parent
commit
de8a2d2106
  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

@ -12,6 +12,10 @@
</foreach> </foreach>
</if> </if>
<if test="key != null and key !='' "> and c.case_name like concat('%',#{key},'%') </if> <if test="key != null and key !='' "> and c.case_name like concat('%',#{key},'%') </if>
<if test="funcPidPathsLike!=null and funcPidPathsLike!=''">
and exists( select 1 from xm_func f where f.pid_paths like concat(#{funcPidPathsLike},'%') and c.func_id=f.id)
</if>
</sql> </sql>
<select id="selectListByCaseIdsAndPlanId" parameterType="HashMap" resultType="com.xm.core.entity.XmTestPlanCase"> <select id="selectListByCaseIdsAndPlanId" parameterType="HashMap" resultType="com.xm.core.entity.XmTestPlanCase">

Loading…
Cancel
Save