fix(测试计划): 修复用例状态筛选问题

This commit is contained in:
WangXu10 2024-05-23 17:07:58 +08:00 committed by 刘瑞斌
parent 9ed7897368
commit f18901a45d
1 changed files with 1 additions and 1 deletions

View File

@ -202,7 +202,7 @@
</when>
<!-- 执行结果 -->
<when test="key=='lastExecResult'">
and functional_case.last_execute_result in
and test_plan_functional_case.last_exec_result in
<include refid="io.metersphere.system.mapper.BaseMapper.filterInWrapper"/>
</when>
<!-- 版本 -->