于紫祥_1901
2020-09-22 1a6a37323323039af782749f447600de21c8fdc4
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">