fix: 测试计划-接口测试用例版本筛选不生效

This commit is contained in:
zhangdahai112 2022-01-24 00:58:23 +08:00 committed by fit2-zhao
parent 612de7a615
commit 6fb493fcaf
1 changed files with 6 additions and 0 deletions

View File

@ -135,6 +135,12 @@
#{value}
</foreach>
</when>
<when test="key == 'version_id'">
and a.version_id in
<foreach collection="values" item="value" separator="," open="(" close=")">
#{value}
</foreach>
</when>
</choose>
</if>
</foreach>