From b2135fbd0b72d60f392bb75f0356aa727654d2f9 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期四, 31 十二月 2020 15:11:12 +0800
Subject: [PATCH] 2020-12-31

---
 src/tabviews/zshare/actionList/normalbutton/index.jsx |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/tabviews/zshare/actionList/normalbutton/index.jsx b/src/tabviews/zshare/actionList/normalbutton/index.jsx
index 58248f3..d6c03af 100644
--- a/src/tabviews/zshare/actionList/normalbutton/index.jsx
+++ b/src/tabviews/zshare/actionList/normalbutton/index.jsx
@@ -943,7 +943,7 @@
                   }
                   // 澶栬仈鏁版嵁搴撴浛鎹�
                   if (window.GLOB.externalDatabase !== null) {
-                    _option.sql = _option.sql.replace(/@db@/ig, `[${window.GLOB.externalDatabase}]..`)
+                    _option.sql = _option.sql.replace(/@db@/ig, window.GLOB.externalDatabase)
                   }
 
                   cell.data_sql = Utils.formatOptions(_option.sql)

--
Gitblit v1.8.0