From 77464e93f34ec4c195eec054eee896b7c74a5409 Mon Sep 17 00:00:00 2001 From: lSun <15893999301@qq.com> Date: Thu, 27 Feb 2025 15:24:56 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BD=AE=E4=BC=91=E3=80=81=E4=B8=B4=E6=97=B6?= =?UTF-8?q?=E5=A4=96=E5=87=BA=EF=BC=8C=E6=97=B6=E9=97=B4=E4=B8=8D=E8=83=BD?= =?UTF-8?q?=E9=87=8D=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/mappers/wechat/VerifyDateMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/mappers/wechat/VerifyDateMapper.xml b/src/main/resources/mappers/wechat/VerifyDateMapper.xml index 93b11e4..b285a95 100644 --- a/src/main/resources/mappers/wechat/VerifyDateMapper.xml +++ b/src/main/resources/mappers/wechat/VerifyDateMapper.xml @@ -14,7 +14,7 @@ leave_end_interval AS leaveEndInterval, user_name AS userName FROM leave_apply_wechat - WHERE user_id = #{params.userId} AND is_active = '1' + WHERE user_id = #{params.userId} AND is_active = '1' and examine_status !='2' AND ( DATE_FORMAT(leave_start_date, '%Y-%m-%d') BETWEEN DATE_FORMAT(#{params.leaveStartDate}, '%Y-%m-%d') AND DATE_FORMAT(#{params.leaveEndDate}, '%Y-%m-%d') OR