From d3d8a54252498f2a1b6da0d9d4a3ed12c7e8451a Mon Sep 17 00:00:00 2001 From: xiangpei <xiangpei@timesnew.cn> Date: 星期一, 19 八月 2024 17:57:58 +0800 Subject: [PATCH] bug --- ycl-server/src/main/resources/mapper/zgyw/CheckIndexFaceMapper.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/ycl-server/src/main/resources/mapper/zgyw/CheckIndexFaceMapper.xml b/ycl-server/src/main/resources/mapper/zgyw/CheckIndexFaceMapper.xml index b2a65f5..1fb3bc2 100644 --- a/ycl-server/src/main/resources/mapper/zgyw/CheckIndexFaceMapper.xml +++ b/ycl-server/src/main/resources/mapper/zgyw/CheckIndexFaceMapper.xml @@ -111,7 +111,7 @@ </foreach> </delete> - <select id="selectToday"> + <select id="selectToday" resultType="com.ycl.platform.domain.entity.CheckIndexFace"> select * from t_check_index_car where DATE(create_time) = #{today} </select> -- Gitblit v1.8.0