fix(接口测试): 修复接口用例列表筛选执行结果不生效的缺陷
--bug=1037714 --user=王孝刚 【接口测试】接口定义-CASE列表按照执行结果筛选结果错误 https://www.tapd.cn/55049933/s/1481220
This commit is contained in:
parent
5500973cf8
commit
25fe3e3795
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue