From 72c8e0e99f754d9186c899f2ffc5e0375dec623a Mon Sep 17 00:00:00 2001
From: elliott <382696293@qq.com>
Date: Fri, 12 Jan 2024 14:55:00 +0800
Subject: [PATCH] =?UTF-8?q?bug=E5=A4=84=E7=90=86?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../src/main/resources/mapper/SiteInfoMapper.xml | 4 ++--
flossom-ui/src/views/system/siteInfo/index.vue | 14 +++++++-------
2 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/flossom-common/flossom-common-core/src/main/resources/mapper/SiteInfoMapper.xml b/flossom-common/flossom-common-core/src/main/resources/mapper/SiteInfoMapper.xml
index 5dc45c5..8814660 100644
--- a/flossom-common/flossom-common-core/src/main/resources/mapper/SiteInfoMapper.xml
+++ b/flossom-common/flossom-common-core/src/main/resources/mapper/SiteInfoMapper.xml
@@ -60,8 +60,8 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
and site_type = #{siteType}
and site_name like concat('%', #{siteName}, '%')
and file_url = #{fileUrl}
- and site_start_time > #{siteStartTime}
- and site_end_time < #{siteEndTime}
+ and site_start_time >= #{siteStartTime}
+ and site_end_time <= #{siteEndTime}
and user_register_start_time = #{userRegisterStartTime}
and user_register_end_time = #{userRegisterEndTime}
and open_type = #{openType}
diff --git a/flossom-ui/src/views/system/siteInfo/index.vue b/flossom-ui/src/views/system/siteInfo/index.vue
index 19a575f..033fb60 100644
--- a/flossom-ui/src/views/system/siteInfo/index.vue
+++ b/flossom-ui/src/views/system/siteInfo/index.vue
@@ -272,13 +272,13 @@
-
-
-
-
-
-
-
+
+
+
+
+
+
+