fix(接口测试): 修复场景列表中通过创建人筛选不生效的问题

--bug=1013741 --user=宋天阳 【接口测试】接口自动化-场景列表按创建人筛选不生效
https://www.tapd.cn/55049933/s/1172742
This commit is contained in:
song-tianyang 2022-06-02 15:25:50 +08:00 committed by f2c-ci-robot[bot]
parent bf6c552bc5
commit 45052bba0f
1 changed files with 1 additions and 1 deletions

View File

@ -284,7 +284,7 @@
#{value}
</foreach>
</when>
<when test="key=='creator'">
<when test="key=='creator' or key=='creator_name'">
and api_scenario.create_user in
<foreach collection="values" item="value" separator="," open="(" close=")">
#{value}