From 2e9a5a3035e67bc21c3dc5a57f6e98bf3b8007d6 Mon Sep 17 00:00:00 2001
From: tangzy <tangzy123456>
Date: Fri, 25 Mar 2022 10:07:18 +0800
Subject: [PATCH] 活动底图
---
src/main/java/org/springblade/modules/architecture/mapper/ArchitectureMapper.xml | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/src/main/java/org/springblade/modules/architecture/mapper/ArchitectureMapper.xml b/src/main/java/org/springblade/modules/architecture/mapper/ArchitectureMapper.xml
index 08aebb1..c45945d 100644
--- a/src/main/java/org/springblade/modules/architecture/mapper/ArchitectureMapper.xml
+++ b/src/main/java/org/springblade/modules/architecture/mapper/ArchitectureMapper.xml
@@ -85,10 +85,10 @@
SELECT jd, wd, mechanismName AS mechanismname, tpUrl AS tpurl, codeUrl AS codeurl, introduce, panoramaurl
FROM sys_architecture
WHERE is_deleted = 0
- UNION
- SELECT jd, wd, mechanismName AS mechanismname, tpUrl AS tpurl, codeUrl AS codeurl, introduce, panoramaurl
- FROM sys_mechanism
- WHERE is_deleted = 0
+ -- UNION
+-- SELECT jd, wd, mechanismName AS mechanismname, tpUrl AS tpurl, codeUrl AS codeurl, introduce, panoramaurl
+-- FROM sys_mechanism
+-- WHERE is_deleted = 0
</select>
<select id="selectIns" resultType="java.lang.String">
--
Gitblit v1.9.3