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