From d357822deccd1907d120881dadd6dbef3316c7db Mon Sep 17 00:00:00 2001
From: elliott <382696293@qq.com>
Date: Fri, 12 Jan 2024 14:25:44 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=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/scriptTag/index.vue | 6 +++---
2 files changed, 5 insertions(+), 5 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 8c087ac..5dc45c5 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/scriptTag/index.vue b/flossom-ui/src/views/system/scriptTag/index.vue
index 35d7df1..48f2e37 100644
--- a/flossom-ui/src/views/system/scriptTag/index.vue
+++ b/flossom-ui/src/views/system/scriptTag/index.vue
@@ -133,13 +133,13 @@
-
+
-
-
+
+