Showing
1 changed file
with
1 additions
and
1 deletions
@@ -89,7 +89,7 @@ | @@ -89,7 +89,7 @@ | ||
89 | AND base.transport_type = #{transportType} | 89 | AND base.transport_type = #{transportType} |
90 | </if> | 90 | </if> |
91 | <if test="deviceProfileIds != null"> | 91 | <if test="deviceProfileIds != null"> |
92 | - AND base.id IN | 92 | + AND base.id::TEXT IN |
93 | <foreach collection="deviceProfileIds" item="deviceProfile_id" open="(" separator="," close=")"> | 93 | <foreach collection="deviceProfileIds" item="deviceProfile_id" open="(" separator="," close=")"> |
94 | #{deviceProfile_id} | 94 | #{deviceProfile_id} |
95 | </foreach> | 95 | </foreach> |