fix(接口测试): 修复接口用例列表筛选执行结果不生效的缺陷

--bug=1037714 --user=王孝刚 【接口测试】接口定义-CASE列表按照执行结果筛选结果错误
https://www.tapd.cn/55049933/s/1481220
This commit is contained in:
wxg0103 2024-03-26 18:00:11 +08:00 committed by Craftsman
parent 5500973cf8
commit 25fe3e3795
1 changed files with 2 additions and 2 deletions

View File

@ -438,8 +438,8 @@
#{value}
</foreach>
</when>
<when test="key=='last_execute_result'">
and atc.last_execute_result in
<when test="key=='lastReportStatus'">
and atc.last_report_status in
<foreach collection="values" item="value" separator="," open="(" close=")">
#{value}
</foreach>