From baf5b77f8e86cdcc50a6caca43ef26796d07c333 Mon Sep 17 00:00:00 2001 From: "feng.li" Date: Sun, 8 Oct 2023 10:14:49 +0800 Subject: [PATCH] =?UTF-8?q?=E9=9D=A2=E8=AF=95=E5=89=8D30=E5=88=86=E9=92=9F?= =?UTF-8?q?=E6=8F=90=E9=86=92Bug=20fix?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/mapper/HyPartnerInterviewPlanMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coolstore-partner-dao/src/main/resources/mapper/HyPartnerInterviewPlanMapper.xml b/coolstore-partner-dao/src/main/resources/mapper/HyPartnerInterviewPlanMapper.xml index f60e0e3ec..46896b7b2 100644 --- a/coolstore-partner-dao/src/main/resources/mapper/HyPartnerInterviewPlanMapper.xml +++ b/coolstore-partner-dao/src/main/resources/mapper/HyPartnerInterviewPlanMapper.xml @@ -566,7 +566,7 @@ -- 开始时间在 now 和 now + 30 以内的(即下一场面试的) AND start_time > NOW() AND start_time <= DATE_ADD(NOW(), INTERVAL 30 MINUTE) -- 更新时间(同意面试预约时间)在当前时间之前的(即在面试开始 30 分钟之前同意预约的) - AND t1.update_time >= NOW() + AND t1.update_time <= NOW() \ No newline at end of file