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')