From d6f915ecc8ee7efd5fcd3a205b57ef490b918fa5 Mon Sep 17 00:00:00 2001 From: 龚焕茏 <2842157468@qq.com> Date: 星期三, 21 八月 2024 14:27:59 +0800 Subject: [PATCH] feat:数据中心数字增加中文字段 --- 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