From a8990150b50fde2e507b9df01d8e0847b2bda81d Mon Sep 17 00:00:00 2001
From: java110 <928255095@qq.com>
Date: 星期日, 22 八月 2021 19:05:06 +0800
Subject: [PATCH] 优化代码
---
java110-db/src/main/resources/mapper/community/ActivitiesServiceDaoImplMapper.xml | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
diff --git a/java110-db/src/main/resources/mapper/community/ActivitiesServiceDaoImplMapper.xml b/java110-db/src/main/resources/mapper/community/ActivitiesServiceDaoImplMapper.xml
index fb41e1b..5e9fc8d 100755
--- a/java110-db/src/main/resources/mapper/community/ActivitiesServiceDaoImplMapper.xml
+++ b/java110-db/src/main/resources/mapper/community/ActivitiesServiceDaoImplMapper.xml
@@ -183,9 +183,6 @@
<if test="headerImg !=null and headerImg != ''">
and t.header_img= #{headerImg}
</if>
- <if test="endTimeFlag == null or endTimeFlag == ''">
- and t.end_time > now()
- </if>
<if test="state !=null and state != ''">
and t.state= #{state}
</if>
--
Gitblit v1.8.0