fix(测试计划): 批量删除报告报错问题

--bug=1041235 --user=宋昌昌 【测试计划】测试计划-报告-搜索框搜索后-全选所有页-删除-报错服务器错误 https://www.tapd.cn/55049933/s/1521264
This commit is contained in:
song-cc-rock 2024-05-27 13:45:57 +08:00 committed by 刘瑞斌
parent 775d3970c6
commit c9f1ae7f15
1 changed files with 1 additions and 1 deletions

View File

@ -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>