jinpengyong
2020-08-05 6956fffa1f06b01375081689c5da5a23a30963db
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>