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 test="key == 'platform'">
AND issues.platform IN
<foreach collection="values" item="
" separator="," open="(" close=")">
<foreach collection="values" item="value" separator="," open="(" close=")">
#{value}
</foreach>
</when>