From 8cd9885418c811542c28434da5b1805a4a690092 Mon Sep 17 00:00:00 2001 From: fuliqi <fuliqi@qq.com> Date: 星期四, 08 八月 2024 20:47:38 +0800 Subject: [PATCH] 视频点位在线接口 --- ycl-server/src/main/resources/mapper/zgyw/YwPointMapper.xml | 5 ----- 1 files changed, 0 insertions(+), 5 deletions(-) diff --git a/ycl-server/src/main/resources/mapper/zgyw/YwPointMapper.xml b/ycl-server/src/main/resources/mapper/zgyw/YwPointMapper.xml index 3a1ea2f..878f8d0 100644 --- a/ycl-server/src/main/resources/mapper/zgyw/YwPointMapper.xml +++ b/ycl-server/src/main/resources/mapper/zgyw/YwPointMapper.xml @@ -92,9 +92,4 @@ </if> </where> </select> - - <select id="sumOffTime" resultType="java.lang.Integer"> - select sum(today_outline_sed) from t_platform_online - where create_date between #{startDate} and #{endDate} - </select> </mapper> -- Gitblit v1.8.0