From 4dbf61c9189796ec46d39ac4b839cfc064e70411 Mon Sep 17 00:00:00 2001
From: java110 <928255095@qq.com>
Date: 星期四, 12 八月 2021 16:11:16 +0800
Subject: [PATCH] Merge branch 'master' of http://git.homecommunity.cn/supervip/MicroCommunity
---
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