fix(测试跟踪): 测试计划功能用例执行结果筛选失效

--bug=1018375 --user=陈建星 【测试跟踪】测试计划-功能测试用例-执行结果筛选失效 https://www.tapd.cn/55049933/s/1269572
--bug=1018530 --user=陈建星 【测试跟踪】测试计划-功能用例列表-执行结果-筛选阻塞-未筛选成功 https://www.tapd.cn/55049933/s/1269570
This commit is contained in:
chenjianxing 2022-10-20 14:57:02 +08:00 committed by jianxing
parent a3ed43b63d
commit aa490650f3
1 changed files with 1 additions and 1 deletions

View File

@ -220,7 +220,7 @@
#{value}
</foreach>
</when>
<when test="key=='maintainer' or key = 'maintainer_name'">
<when test="key=='maintainer' or key == 'maintainer_name'">
and test_case.maintainer in
<foreach collection="values" item="value" separator="," open="(" close=")">
#{value}