fix_缺陷管理_平台搜索失效
This commit is contained in:
parent
58e12e7810
commit
82f5f2c199
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue