fix(测试跟踪): 测试计划场景列表,执行结果筛选结果有误

--bug=1027979 --user=陈建星 【测试跟踪】测试计划-接口测试用例-执行结果选择FakeError筛选-返回结果不符 https://www.tapd.cn/55049933/s/1397049
This commit is contained in:
jianxing 2023-07-25 13:49:55 +08:00 committed by fit2-zhao
parent c3104c327c
commit 8457c9a615
1 changed files with 3 additions and 3 deletions

View File

@ -245,17 +245,17 @@
</foreach>
</when>
<when test="key == 'last_result' and !values.contains('PENDING')">
and c.last_result in
and t.last_result in
<foreach collection="values" item="value" separator="," open="(" close=")">
#{value}
</foreach>
</when>
<when test="key == 'last_result' and values.contains('PENDING')">
and (c.last_result in
and (t.last_result in
<foreach collection="values" item="value" separator="," open="(" close=")">
#{value}
</foreach>
or c.last_result is null or c.last_result = ''
or t.last_result is null or t.last_result = ''
)
</when>
<when test="key == 'version_id'">