From b58ec97d9004ce83b81fbfcadcf0beda331faab4 Mon Sep 17 00:00:00 2001
From: lin <sbla5888@163.com>
Date: Tue, 09 Apr 2024 14:22:11 +0800
Subject: [PATCH] 事件分享不校验敏感词
---
src/main/java/org/springblade/modules/house/mapper/HouseMapper.xml | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/src/main/java/org/springblade/modules/house/mapper/HouseMapper.xml b/src/main/java/org/springblade/modules/house/mapper/HouseMapper.xml
index 36d88cf..8a9ebba 100644
--- a/src/main/java/org/springblade/modules/house/mapper/HouseMapper.xml
+++ b/src/main/java/org/springblade/modules/house/mapper/HouseMapper.xml
@@ -803,7 +803,6 @@
<if test="type == 2">
and jw_grid_code is null
</if>
- and create_time > '2024-03-20 11:00:00'
</select>
<!--按房屋标签统计-->
--
Gitblit v1.9.3