From 5dbdb3b1a0f164c4d31d0bb8cb4713e2f13a65b3 Mon Sep 17 00:00:00 2001
From: tangzy <tangzy123456>
Date: Wed, 23 Mar 2022 14:54:00 +0800
Subject: [PATCH] 活动底图
---
src/main/java/org/springblade/modules/architecture/mapper/ArchitectureMapper.xml | 2 +-
1 files changed, 1 insertions(+), 1 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 d999c34..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,7 +85,7 @@
SELECT jd, wd, mechanismName AS mechanismname, tpUrl AS tpurl, codeUrl AS codeurl, introduce, panoramaurl
FROM sys_architecture
WHERE is_deleted = 0
--- UNION
+ -- UNION
-- SELECT jd, wd, mechanismName AS mechanismname, tpUrl AS tpurl, codeUrl AS codeurl, introduce, panoramaurl
-- FROM sys_mechanism
-- WHERE is_deleted = 0
--
Gitblit v1.9.3