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