fix(接口测试): mock列表高级筛选支持路径匹配
This commit is contained in:
parent
c23ffa42f9
commit
343ebacc1f
|
@ -221,7 +221,7 @@
|
|||
</include>
|
||||
</if>
|
||||
<!-- 路径 -->
|
||||
<if test="condition.name == 'path'">
|
||||
<if test="condition.name == 'apiPath'">
|
||||
<include refid="io.metersphere.system.mapper.BaseMapper.condition">
|
||||
<property name="condition" value="condition"/>
|
||||
<property name="column" value="d.path"/>
|
||||
|
|
Loading…
Reference in New Issue