fix(测试计划): 修复测试计划筛选条件不生效
--bug=1040838 --user=王旭 【测试计划】计划详情-用例详情-待执行用例列表-按执行结果成功/失败/阻塞筛选-返回所有数据 https://www.tapd.cn/55049933/s/1517908
This commit is contained in:
parent
d7d6d298be
commit
846ea5bfba
|
@ -202,7 +202,7 @@
|
|||
<include refid="io.metersphere.system.mapper.BaseMapper.filterInWrapper"/>
|
||||
</when>
|
||||
<!-- 执行结果 -->
|
||||
<when test="key=='lastExecuteResult'">
|
||||
<when test="key=='lastExecResult'">
|
||||
and functional_case.last_execute_result in
|
||||
<include refid="io.metersphere.system.mapper.BaseMapper.filterInWrapper"/>
|
||||
</when>
|
||||
|
|
Loading…
Reference in New Issue