jinpengyong
2020-08-10 8a4fccc993cbef14b83443d91e51e9b74664eab5
src/main/resources/mapper/DeviceMapper.xml
@@ -481,5 +481,14 @@
      </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>
   <select id="selectAllFieldByMac" resultType="java.util.Map">
         SELECT *
         FROM device
         WHERE mac = #{mac}
   </select>
</mapper>