jinpengyong
2020-08-05 91c1c308abec43a67335cdebb574940ed41b09cf
src/main/resources/mapper/DeviceMapper.xml
@@ -481,5 +481,8 @@
      </where>
   </select>
   <select id="getDeviceListByMonitorPointIds" resultType="com.moral.entity.Device">
      select * from device where monitor_point_id in
      <foreach  item="item" collection="list" index="index"  open="(" separator="," close=")">#{item}</foreach>
   </select>
</mapper>