性能测试接口测试用例查询修改
This commit is contained in:
@@ -45,6 +45,9 @@
|
|||||||
<include refid="selectTestCaseVo"/>
|
<include refid="selectTestCaseVo"/>
|
||||||
<where>
|
<where>
|
||||||
del_flag = '0'
|
del_flag = '0'
|
||||||
|
<if test="name != null and name != ''">
|
||||||
|
AND name LIKE CONCAT('%', #{name}, '%')
|
||||||
|
</if>
|
||||||
</where>
|
</where>
|
||||||
order by create_time desc
|
order by create_time desc
|
||||||
</select>
|
</select>
|
||||||
|
|||||||
Reference in New Issue
Block a user