From c4c043d41d975dc1ef8338ae04464bf9e9683d0c Mon Sep 17 00:00:00 2001 From: linhw <5331581+linhw11@user.noreply.gitee.com> Date: Thu, 1 Aug 2024 11:05:43 +0800 Subject: [PATCH] ~ --- .../ruoyi-gan/src/main/resources/mapper/app/AppEventsMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gan-modules/ruoyi-gan/src/main/resources/mapper/app/AppEventsMapper.xml b/gan-modules/ruoyi-gan/src/main/resources/mapper/app/AppEventsMapper.xml index 241f597..83c5542 100644 --- a/gan-modules/ruoyi-gan/src/main/resources/mapper/app/AppEventsMapper.xml +++ b/gan-modules/ruoyi-gan/src/main/resources/mapper/app/AppEventsMapper.xml @@ -119,7 +119,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" type = 2 - and date_format(end_time,'%Y-%m-%d %H:%i') >= date_format(now(),'%Y-%m-%d %H:%i') + and date_format(end_time,'%Y-%m-%d %H:%i') <= date_format(now(),'%Y-%m-%d %H:%i')