From 730e05cb66cac2c3a9b90df5dfae3c4c1394aa6e Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期三, 12 六月 2024 19:04:55 +0800 Subject: [PATCH] 2024-06-12 --- src/tabviews/custom/components/table/edit-table/normalTable/index.jsx | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/tabviews/custom/components/table/edit-table/normalTable/index.jsx b/src/tabviews/custom/components/table/edit-table/normalTable/index.jsx index cb62553..916818a 100644 --- a/src/tabviews/custom/components/table/edit-table/normalTable/index.jsx +++ b/src/tabviews/custom/components/table/edit-table/normalTable/index.jsx @@ -1874,7 +1874,7 @@ let _sso = _sql deForms.forEach(item => { - if (item.database === 'sso' && (window.GLOB.mkHS || window.GLOB.systemType === 'production')) { + if (item.database === 'sso') { let sql = _sso + item.base_sql _sso = '' -- Gitblit v1.8.0