From fa12bf28a088fe8cc82868fab9a9d689252108a3 Mon Sep 17 00:00:00 2001 From: fuliqi <fuliqi@qq.com> Date: 星期二, 06 八月 2024 15:28:10 +0800 Subject: [PATCH] Monitor结构更新2 --- ycl-server/src/main/resources/mapper/zgyw/TMonitorMapper.xml | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/ycl-server/src/main/resources/mapper/zgyw/TMonitorMapper.xml b/ycl-server/src/main/resources/mapper/zgyw/TMonitorMapper.xml index be8a21a..5968d66 100644 --- a/ycl-server/src/main/resources/mapper/zgyw/TMonitorMapper.xml +++ b/ycl-server/src/main/resources/mapper/zgyw/TMonitorMapper.xml @@ -86,6 +86,7 @@ #{id} </foreach> </select> + <select id="selectTMonitorList" resultType="com.ycl.platform.domain.vo.TMonitorVO"> select m.id, m.serial_number, name, site_type, mac_addr, ip, camera_fun_type, longitude, latitude, camera_capture_area, on_state, civil_code, integrated_device, camera_brand, address, net_working, -- Gitblit v1.8.0