fix(接口测试): 修复场景列表中通过创建人筛选不生效的问题
--bug=1013741 --user=宋天阳 【接口测试】接口自动化-场景列表按创建人筛选不生效 https://www.tapd.cn/55049933/s/1172742
This commit is contained in:
parent
bf6c552bc5
commit
45052bba0f
|
@ -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}
|
||||
|
|
Loading…
Reference in New Issue