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 @@
-
-
-
-
-
-
-
+
+
+
+
+
+
+