jinpengyong
2020-09-17 88954c5d1a31b0e0022e7f2fb882594c6e5c5982
src/main/resources/mapper/DeviceMapper.xml
@@ -514,9 +514,10 @@
)
   </select>
    <select id="getDeviceListByMonitorPointIds" resultType="com.moral.entity.Device">
        select * from device where monitor_point_id in
    <select id="getMacsByMonitorPointIds" resultType="java.lang.String">
        select mac from device where monitor_point_id in
        <foreach item="item" collection="list" index="index" open="(" separator="," close=")">#{item}</foreach>
        and is_delete=0
    </select>
    <select id="selectAllFieldByMac" resultType="java.util.Map">