fix(用例评审): 修复评审结果筛选无效的问题

This commit is contained in:
shiziyuan9527 2021-03-19 11:31:01 +08:00
parent 0dbff55e49
commit 17453e9268
1 changed files with 3 additions and 3 deletions

View File

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