fix(测试跟踪): 测试评审通过评审状态筛选数据有误

--bug=1014883 --user=陈建星 【测试跟踪】关联评审过的用例,点击筛选通过,会显示之前评审通过的用例,列表是未评审状态 https://www.tapd.cn/55049933/s/1202923
This commit is contained in:
chenjianxing 2022-07-15 18:15:05 +08:00 committed by jianxing
parent 8764b1493e
commit d6f20245e9
1 changed files with 1 additions and 1 deletions

View File

@ -204,7 +204,7 @@
</foreach>
</when>
<when test="key=='review_status'">
and test_case.review_status in
and test_case_review_test_case.status in
<foreach collection="values" item="value" separator="," open="(" close=")">
#{value}
</foreach>