From 6d1540258545a41fcbaa50c43b3480a22896d03e Mon Sep 17 00:00:00 2001
From: fuliqi <fuliqi@qq.com>
Date: 星期一, 30 九月 2024 18:23:20 +0800
Subject: [PATCH] 点位在线定时任务卡死修复
---
ycl-server/src/main/resources/mapper/zgyw/CheckIndexFaceMapper.xml | 1 -
1 files changed, 0 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 66f5c54..0c10fd7 100644
--- a/ycl-server/src/main/resources/mapper/zgyw/CheckIndexFaceMapper.xml
+++ b/ycl-server/src/main/resources/mapper/zgyw/CheckIndexFaceMapper.xml
@@ -54,7 +54,6 @@
from t_check_index_face tcif left join sys_dept sd on tcif.dept_id = sd.dept_id
<where>
<if test="examineTag != null "> and tcif.examine_tag = #{examineTag}</if>
- <if test="date != null "> and date_format(tcif.create_time,'%Y-%m') = #{date}</if>
<if test="day != null "> and date(tcif.create_time) = #{day}</if>
<if test="deptIds != null ">and tcif.dept_id in
<foreach collection="deptIds" separator="," open="(" close=")" item="deptId">
--
Gitblit v1.8.0