fix(测试计划): 批量删除报告报错问题
--bug=1041235 --user=宋昌昌 【测试计划】测试计划-报告-搜索框搜索后-全选所有页-删除-报错服务器错误 https://www.tapd.cn/55049933/s/1521264
This commit is contained in:
parent
775d3970c6
commit
c9f1ae7f15
|
@ -18,7 +18,7 @@
|
|||
and tpr.project_id = #{request.projectId}
|
||||
</if>
|
||||
<if test="request.condition.keyword != null and request.condition.keyword != ''">
|
||||
and tpr.name like concat('%', #{request.keyword},'%')
|
||||
and tpr.name like concat('%', #{request.condition.keyword},'%')
|
||||
</if>
|
||||
<include refid="filterByCondition"/>
|
||||
</select>
|
||||
|
|
Loading…
Reference in New Issue