From 425e3bdee94d374ca423e59fdfc69bfbc9e26a67 Mon Sep 17 00:00:00 2001 From: fuliqi <fuliqi@qq.com> Date: 星期五, 16 八月 2024 16:54:13 +0800 Subject: [PATCH] 指标计算bug处理 --- ycl-server/src/main/resources/mapper/zgyw/CheckIndexVideoMapper.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/ycl-server/src/main/resources/mapper/zgyw/CheckIndexVideoMapper.xml b/ycl-server/src/main/resources/mapper/zgyw/CheckIndexVideoMapper.xml index ee8c4a0..c5f1d1c 100644 --- a/ycl-server/src/main/resources/mapper/zgyw/CheckIndexVideoMapper.xml +++ b/ycl-server/src/main/resources/mapper/zgyw/CheckIndexVideoMapper.xml @@ -172,7 +172,7 @@ </foreach> </delete> - <select id="selectToday"> + <select id="selectToday" resultType="com.ycl.platform.domain.entity.CheckIndexVideo"> select * from t_check_index_video where DATE(create_time) = #{today} </select> -- Gitblit v1.8.0