From d6a9c5a9a93364c812b9149823facf5a118afa4f Mon Sep 17 00:00:00 2001 From: fuliqi <fuliqi@qq.com> Date: 星期四, 08 八月 2024 17:44:29 +0800 Subject: [PATCH] mongo启动类注解 --- ycl-server/src/main/resources/mapper/zgyw/YwPointMapper.xml | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/ycl-server/src/main/resources/mapper/zgyw/YwPointMapper.xml b/ycl-server/src/main/resources/mapper/zgyw/YwPointMapper.xml index 56539c4..3a1ea2f 100644 --- a/ycl-server/src/main/resources/mapper/zgyw/YwPointMapper.xml +++ b/ycl-server/src/main/resources/mapper/zgyw/YwPointMapper.xml @@ -93,4 +93,8 @@ </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