From 6a5f0032e2903c64966a68dd3639b049c7a40b85 Mon Sep 17 00:00:00 2001 From: zxl <763096477@qq.com> Date: 星期一, 28 四月 2025 09:21:48 +0800 Subject: [PATCH] 手册,海康接口调整 --- ycl-server/src/main/resources/mapper/zgyw/TMonitorMapper.xml | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ycl-server/src/main/resources/mapper/zgyw/TMonitorMapper.xml b/ycl-server/src/main/resources/mapper/zgyw/TMonitorMapper.xml index 045e962..244d095 100644 --- a/ycl-server/src/main/resources/mapper/zgyw/TMonitorMapper.xml +++ b/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 -- Gitblit v1.8.0