jinpengyong
2020-08-06 9880d87f87b074b45150a66867c0d1870e6cb3e2
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>