性能测试接口测试用例查询修改

This commit is contained in:
2025-04-16 14:58:22 +08:00
parent 8cd31c07f6
commit 4186fef45a

View File

@@ -45,6 +45,9 @@
<include refid="selectTestCaseVo"/>
<where>
del_flag = '0'
<if test="name != null and name != ''">
AND name LIKE CONCAT('%', #{name}, '%')
</if>
</where>
order by create_time desc
</select>