性能测试接口测试用例查询修改
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user