fix_缺陷管理_平台搜索失效

This commit is contained in:
wxg0103 2021-10-28 13:59:20 +08:00 committed by 刘瑞斌
parent ae19c7ba6d
commit 7fc0ce913b
1 changed files with 1 additions and 2 deletions

View File

@ -102,8 +102,7 @@
</when> </when>
<when test="key == 'platform'"> <when test="key == 'platform'">
AND issues.platform IN AND issues.platform IN
<foreach collection="values" item=" <foreach collection="values" item="value" separator="," open="(" close=")">
" separator="," open="(" close=")">
#{value} #{value}
</foreach> </foreach>
</when> </when>