fix(测试跟踪): 功能用例列表按执行结果筛选,结果显示错误

--bug=1025121 --user=陈建星 【测试跟踪】功能用例-执行结果-筛选(通过 失败 阻塞 跳过)功能 https://www.tapd.cn/55049933/s/1359328
This commit is contained in:
chenjianxing 2023-04-04 16:13:09 +08:00 committed by jianxing
parent 972bd04dce
commit 260e8ae447
1 changed files with 5 additions and 2 deletions

View File

@ -575,8 +575,11 @@
</when>
<when test="key=='last_execute_result'">
and (test_case.last_execute_result in
<include refid="io.metersphere.base.mapper.ext.ExtBaseMapper.filterInWrapper"/>
or test_case.last_execute_result is null)
<include refid="io.metersphere.base.mapper.ext.ExtBaseMapper.filterInWrapper"/>
<if test="values.contains('Prepare')">
or test_case.last_execute_result is null
</if>
)
</when>
<when test="key=='status'">