screen-api/src/main/resources/mapper/HistoryHourlyMapper.xml
@@ -32,7 +32,7 @@ `device` AS d WHERE d.mac = h.mac AND d.mac IN (SELECT mac FROM device WHERE monitor_point_id IN (SELECT mac FROM device WHERE is_delete = '0' and monitor_point_id IN <foreach item="monitorPointId" collection="monitorPointIds" index="index" open="(" separator="," close=")"> #{monitorPointId} </foreach>