fix(接口测试): 修复接口场景表头筛选问题

This commit is contained in:
fit2-zhao 2025-02-11 10:55:28 +08:00 committed by Craftsman
parent 91cd58c649
commit b495fa3673
1 changed files with 4 additions and 0 deletions

View File

@ -258,6 +258,10 @@
and api_scenario.create_user in
<include refid="io.metersphere.system.mapper.BaseMapper.filterInWrapper"/>
</when>
<when test="key=='createUserName'">
and api_scenario.create_user in
<include refid="io.metersphere.system.mapper.BaseMapper.filterInWrapper"/>
</when>
<when test="key=='updateUser'">
and api_scenario.update_user in
<include refid="io.metersphere.system.mapper.BaseMapper.filterInWrapper"/>