fix(接口测试): mock列表高级筛选支持路径匹配

This commit is contained in:
song-cc-rock 2024-10-24 13:53:42 +08:00 committed by Craftsman
parent c23ffa42f9
commit 343ebacc1f
1 changed files with 1 additions and 1 deletions

View File

@ -221,7 +221,7 @@
</include> </include>
</if> </if>
<!-- 路径 --> <!-- 路径 -->
<if test="condition.name == 'path'"> <if test="condition.name == 'apiPath'">
<include refid="io.metersphere.system.mapper.BaseMapper.condition"> <include refid="io.metersphere.system.mapper.BaseMapper.condition">
<property name="condition" value="condition"/> <property name="condition" value="condition"/>
<property name="column" value="d.path"/> <property name="column" value="d.path"/>