From e5dd8e424de1d529a7892dd88c1754d081430e19 Mon Sep 17 00:00:00 2001 From: Ryan <12345678> Date: Thu, 22 Aug 2024 16:19:42 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E8=90=A5=E9=94=80=E6=8B=A6?= =?UTF-8?q?=E6=88=AA=E8=A7=84=E5=88=99=EF=BC=9A=E6=B8=85=E7=90=8615?= =?UTF-8?q?=E5=A4=A9=E4=B9=8B=E5=89=8D=E6=94=B9=E4=B8=BA=E6=B8=85=E7=90=86?= =?UTF-8?q?7=E5=A4=A9=E4=B9=8B=E5=89=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/mapper/business/BusFifteenInfoMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ruoyi-system/src/main/resources/mapper/business/BusFifteenInfoMapper.xml b/ruoyi-system/src/main/resources/mapper/business/BusFifteenInfoMapper.xml index c4919ad..b3b9e06 100644 --- a/ruoyi-system/src/main/resources/mapper/business/BusFifteenInfoMapper.xml +++ b/ruoyi-system/src/main/resources/mapper/business/BusFifteenInfoMapper.xml @@ -60,6 +60,6 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" - delete from bus_fifteen_info where last_visit_time < CURDATE() - INTERVAL 15 DAY; + delete from bus_fifteen_info where last_visit_time < CURDATE() - INTERVAL 7 DAY;