Commit 4054aff3cd78d55708e48785e1b673b847c015b0

Authored by chenjunyu_1481036421
1 parent f6b7b85e

fix:选项列表接口查询sql错误

... ... @@ -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>
... ...