mirror of
https://gitee.com/fit2cloud-feizhiyun/MeterSphere.git
synced 2024-12-03 12:39:12 +08:00
fix(测试跟踪): 修复测试计划里面无法筛选失败的接口场景的测试结果用例的缺陷
--bug=1011018 --user=王孝刚 【测试计划】github#11310 测试计划里面无法筛选失败 的接口 场景 的 测试结果用例 https://www.tapd.cn/55049933/s/1116852
This commit is contained in:
parent
ca1668318a
commit
6e3c2ec11d
@ -188,7 +188,7 @@
|
||||
</foreach>
|
||||
</when>
|
||||
<when test="key == 'last_result'">
|
||||
and t.last_result in
|
||||
and c.last_result in
|
||||
<foreach collection="values" item="value" separator="," open="(" close=")">
|
||||
#{value}
|
||||
</foreach>
|
||||
|
Loading…
Reference in New Issue
Block a user