zxl
2025-04-17 b85a7f932b9d789a2e9bdb36e366c36c2e1eb3cc
ycl-server/src/main/resources/mapper/zgyw/TMonitorMapper.xml
@@ -694,9 +694,9 @@
        from t_monitor m
            left join t_yw_point p on m.serial_number = p.serial_number
            left join sys_dept d on p.dept_id = d.dept_id
        where p.online != 0 and p.examine_status = 1
        where  p.examine_status = 1
    </select>
<!--上方修改了  p.online != 0 and-->
    <update id="updateOnlineFromUyOrHk">
        <foreach collection="onlineList" item="online" separator=";">
            UPDATE